eslint-config-poi-plugin
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', ],}