0.6.8 • Published 2 years ago
@code-expert/eslint-config-prettier-typescript-react v0.6.8
Personal configs
Credit: Forked from ntnyq
EsLint config for React.js and TypeScript with Prettier
Usage
Install
$ npm i @code-expert/eslint-config-prettier-typescript-react -D
# OR
$ yarn add @code-expert/eslint-config-prettier-typescript-react -D
Extend this config
in .eslintrc.js
module.exports = {
root: true,
extends: ['@code-expert/prettier-typescript-react'],
rules: {
// Override rules
},
}
in package.json
{
"eslintConfig": {
"root": true,
"extends": "@code-expert/prettier-typescript-react"
}
}
0.6.8
2 years ago
0.6.7
2 years ago
0.6.3
2 years ago
0.6.5
2 years ago
0.6.2
3 years ago
0.6.1
3 years ago
0.6.0
3 years ago
0.5.0
3 years ago
0.3.0
3 years ago
0.4.0
3 years ago
0.2.0
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago