3.0.1 • Published 6 years ago
eslint-config-poi-plugin v3.0.1
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-pluginand then add "extends": "poi-plugin" in your ESLint config (the following example is for .eslintrc.js:
{
extends: [
+ 'poi-plugin',
],
}