3.0.1 • Published 4 years ago

eslint-config-poi-plugin v3.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

eslint-config-poi-plugin

license npm CircleCI David David dev David peer

An ESLint Shareable Config for poi (the Kancolle browser) plugin development.

Usage

npm install --save-dev eslint eslint-plugin-import eslint-config-poi-plugin

and then add "extends": "poi-plugin" in your ESLint config (the following example is for .eslintrc.js:

{
  extends: [
+   'poi-plugin',
  ],
}