0.4.2 • Published 2 years ago

eslint-config-wzx-react v0.4.2

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

eslint-config-wzx-react

NPM version node Code Style GitHub Workflow Status (branch) release codecov NPM downloads

The custom react eslint rules based on eslint-config-wzx. (Follow airbnb and Support Typescript Eslint)

:cd: Installation

npm install --save-dev eslint-config-wzx-react

:bulb: Typescript eslint needs to install typescript, @typescript-eslint/parser, @typescript-eslint/eslint-plugin.

npm install --save-dev typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin

:rocket: Usage

Add eslint-config-wzx-react to the "extends" in your .eslintrc.* file.

{
  "extends": "wzx-react"
}

:bulb: Typescript eslint needs tsconfig.json in your project root directory.

:lock: License

MIT.

0.3.0

2 years ago

0.2.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.4.2

2 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago