eslint-config-poi-plugin
v3.0.1
Published
ESLint Config for poi (the Kancolle browser) plugin development
Downloads
29
Readme
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',
],
}