eslint-plugin-killua
v1.0.1
Published
ESLint configuration used by Killua App Template
Downloads
4
Readme
eslint-plugin-killua
This plugin exposes the ESLint configuration used by the Killua React starter kit so that you only have one eslint dependency.
Versions
- 1.0.1 Fix issue with base not being included.
- 1.0.0 Initial release
Setup
- Install it using npm:
npm install --development eslint eslint-plugin-killua
. - Extend
plugin:killua/standard
in your.eslintrc
.
Plugins
Notes
Thanks to mmazzarolo for showing an interesting way of hiding the eslint dependencies.