Fixed
- fix(linting): Make linting work again
How to update existing projects
$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install [email protected]
$ npm install --save-dev @samhammer/[email protected]
$ npm install --save-dev @vue/[email protected]
- In your
eslintrc.js
remove all lines that mention vue
or babel-eslint
- In your
stylelint.config.js
replace 'stylelint-config-standard'
with 'stylelint-config-recommended-vue'
- Add
eslintrc.js
as the last line to the file .eslintignore