1.2.1 • Published 2 years ago

@reedsun/eslint-config-vue v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

eslint-config

NPM Version

USAGE

  1. Install @reedsun/eslint-config-vue
yarn add -dev @reedsun/eslint-config-vue
  1. It will automatically generate a .eslintrc.js for 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/eslint

eslint will work and follow the @reedsun/eslint-config-vue rules.