1.0.0-alpha-1 • Published 4 years ago

eslint-plugin-globalid v1.0.0-alpha-1

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
4 years ago

eslint-plugin-globalid

This is a globaliD eslint plugin project.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-globalid:

$ npm install eslint-plugin-globalid --save-dev

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

Usage

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

{
    "plugins": [
        "globalid/react"
    ]
}
1.0.0-alpha-1

4 years ago