1.0.2 • Published 5 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-devThen config your .eslinrc file:
{
"extends": "heyapp"
"rules": {
// add your own rules to overwrite
}
}