@zhangwj0520/eslint-config-react
v0.0.11
Published
React eslint config presets with prettier
Downloads
15
Readme
@zhangwj0520/eslint-config-react
React eslint config presets extends ts config
Usage
Install
pnpm add -D eslint @zhangwj0520/eslint-config-react
Config eslint (.eslintrc | .eslintrc.js | .eslintrc.json)
{
"extends": "@zhangwj0520/eslint-config-react"
}
Add scripts for package.json
For example:
{
"scripts": {
"lint": "eslint . --fix"
}
}