1.1.0 • Published 4 years ago
@reedsun/eslint-config v1.1.0
eslint-config
USAGE
- Install
@reedsun/eslint-config
yarn add -dev @reedsun/eslint-config- 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',
}3. You are All Set
./node_modules/.bin/eslinteslint will work and follow the @reedsun rules.
Vue version
see branch vue.