2.2.0 • Published 8 months ago
@commercelayer/eslint-config-ts-react v2.2.0
eslint-config-ts-react
Sharable eslint
config for React TypeScript projects.
Please refer to @commercelayer/eslint-config-ts
to learn more about the configuration (ESLint + JS Standard + Prettier).
How to use
Install ESLinst along with this package.
pnpm install -D eslint @commercelayer/eslint-config-ts-react
Create a new file .eslintrc.json
with the following content:
{
"extends": ["@commercelayer/eslint-config-ts-react"]
}
Add the following scripts to your package.json
file:
"scripts": {
// ...
"lint": "eslint src",
"lint:fix": "eslint src --fix",
// ...
},
Check optional steps here.
2.2.0
8 months ago
2.0.2
9 months ago
2.1.0
8 months ago
2.0.1
9 months ago
2.0.0
9 months ago
1.4.5
2 years ago
1.4.4
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
3 years ago
1.0.0-beta.0
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago