eslint-config-konekoya
v1.0.4
Published
ESLint config for my personal projects.
Downloads
6
Maintainers
Readme
eslint-config-konekoya
ESLint config for my personal projects.
Install
yarn add eslint-config-konekoya --dev
Usage
In your .eslintrc
, add the extends like this:
{
"extends": "konekoya",
"rules": {
// your overrides here
}
}
License
MIT