1.0.4 • Published 6 years ago

eslint-config-konekoya v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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