1.1.0 • Published 2 years ago

@reedsun/eslint-config v1.1.0

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

eslint-config

NPM Version

USAGE

  1. Install @reedsun/eslint-config
yarn add -dev @reedsun/eslint-config
  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',
}

3. You are All Set

./node_modules/.bin/eslint

eslint will work and follow the @reedsun rules.

Vue version

see branch vue.