2👍
✅
Do $(npm bin)/eslint . --ext .vue
The eslint
command checks only .js
files by default. You have to specify additional extensions by --ext
option.
Source:stackexchange.com