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

eslint-plugin-pathable

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-pathable

a

0.0.4
latest
npm
Version published
Maintainers
1
Created
Source

eslint-plugin-pathable

a

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @pathable/eslint-plugin-pathable:

$ npm install @pathable/eslint-plugin-pathable --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-pathable globally.

Usage

Add pathable to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "pathable"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "pathable/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

FAQs

Package last updated on 26 Oct 2018

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