You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

eslint-config-poi-plugin

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-poi-plugin

ESLint Config for poi (the Kancolle browser) plugin development

3.0.1
latest
Source
npm
Version published
Weekly downloads
3
200%
Maintainers
2
Weekly downloads
 
Created
Source

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',
  ],
}

Keywords

eslint

FAQs

Package last updated on 12 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts