File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ module.exports = {
5
5
project : "./tsconfig.json"
6
6
} ,
7
7
plugins : [ "@typescript-eslint" ] ,
8
- extends : [ "plugin:@typescript-eslint/recommended" ] ,
8
+ extends : [
9
+ "plugin:@typescript-eslint/recommended" ,
10
+ "prettier" ,
11
+ "prettier/@typescript-eslint"
12
+ ] ,
9
13
rules : {
10
14
"@typescript-eslint/no-unused-vars" : "off"
11
15
}
Original file line number Diff line number Diff line change 43
43
"@types/react-dom" : " ^16.8.2" ,
44
44
"@typescript-eslint/eslint-plugin" : " ^1.5.0" ,
45
45
"@typescript-eslint/parser" : " ^1.5.0" ,
46
+ "eslint-config-prettier" : " 4.1.0" ,
46
47
"husky" : " ^1.3.1" ,
47
48
"lint-staged" : " ^8.1.5" ,
48
49
"prettier" : " 1.16.4" ,
Original file line number Diff line number Diff line change @@ -3431,6 +3431,13 @@ escodegen@^1.9.1:
3431
3431
optionalDependencies :
3432
3432
source-map "~0.6.1"
3433
3433
3434
+
3435
+ version "4.1.0"
3436
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395"
3437
+ integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w==
3438
+ dependencies :
3439
+ get-stdin "^6.0.0"
3440
+
3434
3441
eslint-config-react-app@^3.0.8 :
3435
3442
version "3.0.8"
3436
3443
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-3.0.8.tgz#6f606828ba30bafee7d744c41cd07a3fea8f3035"
You can’t perform that action at this time.
0 commit comments