1.2.1 • Published 3 years ago
@reedsun/eslint-config-vue v1.2.1
eslint-config
USAGE
- Install
@reedsun/eslint-config-vue
yarn add -dev @reedsun/eslint-config-vue- It will automatically generate a
.eslintrc.jsfor you (if there's no such file before)
It will contains the following content:
module.exports = {
extends: '@reedsun/eslint-config-vue',
}3. You are All Set
./node_modules/.bin/eslinteslint will work and follow the @reedsun/eslint-config-vue rules.