eslint-plugin-kdu-libs
v3.0.2
Published
eslint plugin for kdu.js projects
Readme
eslint-plugin-kdu-libs
ESLint plugin for libs in the kdujs organization.
:exclamation: Note this is an internal plugin/config for the development of Kdu itself, not intended for Kdu app development.
Usage
npm install eslint-plugin-kdu-libs --save-dev- create a file named
.eslintrcin your project:
{
extends: ["plugin:kdu-libs/recommended"],
rules: {
// override if necessary
}
}