2.0.2 • Published 2 years ago

eslint-plugin-interfaced v2.0.2

Weekly downloads
72
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-interfaced

ESLint plugin with essential rules for Closure Compiler environment and JSDoc.

Usage

1) Install the package:

npm i eslint-plugin-interfaced --save-dev

2) Specify "interfaced" as a plugin in your .eslintrc:

{
  "plugins": [
    "interfaced"
  ]
}

3) Enable all of the rules that you would like to use in your .eslintrc:

{
  "rules": {
    "interfaced/abstract-class-name-prefix": "error"
  }
}

Rules

JSDoc

Naming convention

Stylistic issues

Other

Redefined

Some useful rules provided by ESLint are slightly inappropriate for our environment, so we redefine them with some adjusting:

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

4 years ago

2.0.0-beta.1

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago