2.2.0 • Published 9 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-reactCreate 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
9 months ago
2.0.2
10 months ago
2.1.0
10 months ago
2.0.1
10 months ago
2.0.0
10 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