2.0.7 • Published 4 years ago

@zaihui/tslint-config-react v2.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-zaihui-typescript

base eslint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-zaihui-base:

$ npm install eslint-plugin-zaihui-base --save-dev

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

Usage

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

{
    "plugins": [
        "zaihui-base"
    ]
}
2.0.7

4 years ago

2.0.3

5 years ago

2.0.1

5 years ago

1.0.9

5 years ago

1.0.7-alpha.0

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago