0.0.2 • Published 6 years ago
eslint-plugin-tim v0.0.2
eslint-plugin-tim
The eslint rules for tim.
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-tim
:
$ npm install eslint-plugin-tim --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-tim
globally.
Usage
Add tim
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"tim"
]
}
Rules
- no-space-before-equal-sign no space before
=
operator.