eslint-plugin-jam3

0.2.3 • Public • Published

eslint-plugin-jam3

Jam3 eslint plugin for react

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jam3:

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

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

Usage

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

{
  "plugins": ["jam3"]
}

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

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

Supported Rules

Useful resources

Package Sidebar

Install

npm i eslint-plugin-jam3

Weekly Downloads

30,754

Version

0.2.3

License

MIT

Unpacked Size

77.1 kB

Total Files

27

Last publish

Collaborators

  • iranreyes