2.0.0 • Published 11 months ago

eslint-config-kamui v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-kamui

Install

npx install-peerdeps --dev eslint-config-kamui

Usage

In your .eslintrc.js:

module.exports = {
  extends: ['kamui'],
  parserOptions: {
    project: './tsconfig.json',
  },
};

License

MIT

2.0.0

11 months ago