1.0.2 • Published 4 years ago
eslint-config-heyapp v1.0.2
eslint-config-heyapp
ESLint configuration for modern web application
Usage
Install this package:
# use yarn
yarn add eslint-config-heyapp --dev
# use npm
npm install eslint-config-heyapp --save-dev
Then config your .eslinrc
file:
{
"extends": "heyapp"
"rules": {
// add your own rules to overwrite
}
}