How to apply lint to vue files in webpack?
Open
help wanted
type: feature request
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Please check out [vue-webpack-minimal](https://github.com/akoidan/vue-webpack-minimal) template
```bash
npx vue-cli init deathangel908/vue-webpack-minimal folder-name
cd folder-name
npm run check
```
Expected: gts will check `.vue` files
Actual: gts ignores vue files, like [App.vue](https://github.com/akoidan/vue-webpack-minimal/blob/master/template/src/components/App.vue#L11-L12)
Is there's a way to configure gts with vue and webpack?
Contributor guide
Assessment
This issue has not been assessed yet.