File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ extends:
16
16
- plugin:import/typescript
17
17
- plugin:prettier/recommended
18
18
- prettier # Removes eslint rules that conflict with prettier.
19
- - prettier/@typescript-eslint # Remove conflicts again.
20
19
21
20
rules :
22
21
# Sometimes you need to add args to implement a function signature even
Original file line number Diff line number Diff line change 55
55
"@typescript-eslint/parser" : " ^4.7.0" ,
56
56
"doctoc" : " ^2.0.0" ,
57
57
"eslint" : " ^7.7.0" ,
58
- "eslint-config-prettier" : " ^6.0 .0" ,
58
+ "eslint-config-prettier" : " ^8.1 .0" ,
59
59
"eslint-import-resolver-alias" : " ^1.1.2" ,
60
60
"eslint-plugin-import" : " ^2.18.2" ,
61
61
"eslint-plugin-prettier" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -3088,12 +3088,10 @@ escodegen@~1.9.0:
3088
3088
optionalDependencies :
3089
3089
source-map "~0.6.1"
3090
3090
3091
- eslint-config-prettier@^6.0.0 :
3092
- version "6.12.0"
3093
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
3094
- integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==
3095
- dependencies :
3096
- get-stdin "^6.0.0"
3091
+ eslint-config-prettier@^8.1.0 :
3092
+ version "8.1.0"
3093
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
3094
+ integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
3097
3095
3098
3096
eslint-import-resolver-alias@^1.1.2 :
3099
3097
version "1.1.2"
@@ -3646,11 +3644,6 @@ get-port@^3.2.0:
3646
3644
resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
3647
3645
integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
3648
3646
3649
- get-stdin@^6.0.0 :
3650
- version "6.0.0"
3651
- resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3652
- integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3653
-
3654
3647
get-stdin@^8.0.0 :
3655
3648
version "8.0.0"
3656
3649
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
You can’t perform that action at this time.
0 commit comments