File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ extends:
1616 - plugin:import/typescript
1717 - plugin:prettier/recommended
1818 - prettier # Removes eslint rules that conflict with prettier.
19- - prettier/@typescript-eslint # Remove conflicts again.
2019
2120rules :
2221 # Sometimes you need to add args to implement a function signature even
Original file line number Diff line number Diff line change 5555 "@typescript-eslint/parser" : " ^4.7.0" ,
5656 "doctoc" : " ^2.0.0" ,
5757 "eslint" : " ^7.7.0" ,
58- "eslint-config-prettier" : " ^6.0 .0" ,
58+ "eslint-config-prettier" : " ^8.1 .0" ,
5959 "eslint-import-resolver-alias" : " ^1.1.2" ,
6060 "eslint-plugin-import" : " ^2.18.2" ,
6161 "eslint-plugin-prettier" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -3088,12 +3088,10 @@ escodegen@~1.9.0:
30883088 optionalDependencies :
30893089 source-map "~0.6.1"
30903090
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==
30973095
30983096eslint-import-resolver-alias@^1.1.2 :
30993097 version "1.1.2"
@@ -3646,11 +3644,6 @@ get-port@^3.2.0:
36463644 resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
36473645 integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
36483646
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-
36543647get-stdin@^8.0.0 :
36553648 version "8.0.0"
36563649 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