0.1.0 • Published 5 years ago

eslint-plugin-detect-hard-code v0.1.0

Weekly downloads
520
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-detect-hard-code

Detect hard coded strings.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

or if you use yarn

$ yarn add eslint -D

Next, install eslint-plugin-detect-hard-code:

$ npm install eslint-plugin-detect-hard-code --save-dev

or

$ yarn add eslint-plugin-detect-hard-code -D

Usage

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

{
  "plugins": ["detect-hard-code"],
  "rules": {
    "detect-hard-code/detect-hard-code": "error"
  }
}
0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago