File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"@commitlint/cli" : " ^14.1.0" ,
51
51
"@commitlint/config-conventional" : " ^14.1.0" ,
52
- "@sourcegraph/eslint-config" : " ^0.25.1 " ,
52
+ "@sourcegraph/eslint-config" : " ^0.26.0 " ,
53
53
"@sourcegraph/prettierrc" : " ^2.2.0" ,
54
54
"@sourcegraph/tsconfig" : " ^4.0.1" ,
55
55
"@types/mocha" : " 8.2.3" ,
Original file line number Diff line number Diff line change 451
451
into-stream "^4.0.0"
452
452
lodash "^4.17.4"
453
453
454
- " @sourcegraph/eslint-config@^0.25.1 " :
455
- version "0.25.1 "
456
- resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1 .tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b "
457
- integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ ==
454
+ " @sourcegraph/eslint-config@^0.26.0 " :
455
+ version "0.26.0 "
456
+ resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.26.0 .tgz#73371fe4019d9311ec7fa422e70d92129d57c2bf "
457
+ integrity sha512-mjNeGOtzJwsrMr0r+RxS/HA7sZdyZiQfW+t3mE686fwYPINRBeUDeK51tYfAPzzAYtlGA0ENTJsxrUYJfdLpNw ==
458
458
dependencies :
459
459
" @sourcegraph/prettierrc" " ^3.0.3"
460
460
" @typescript-eslint/eslint-plugin" " ^4.28.3"
470
470
eslint-plugin-react-hooks "^4.2.0"
471
471
eslint-plugin-rxjs "^2.1.5"
472
472
eslint-plugin-unicorn "^21.0.0"
473
+ eslint-plugin-unused-imports "^1.1.5"
473
474
474
475
" @sourcegraph/extension-api-types@^2.1.0 " :
475
476
version "2.1.0"
@@ -2360,6 +2361,18 @@ eslint-plugin-unicorn@^21.0.0:
2360
2361
safe-regex "^2.1.1"
2361
2362
semver "^7.3.2"
2362
2363
2364
+ eslint-plugin-unused-imports@^1.1.5 :
2365
+ version "1.1.5"
2366
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz#a2b992ef0faf6c6c75c3815cc47bde76739513c2"
2367
+ integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==
2368
+ dependencies :
2369
+ eslint-rule-composer "^0.3.0"
2370
+
2371
+ eslint-rule-composer@^0.3.0 :
2372
+ version "0.3.0"
2373
+ resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
2374
+ integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
2375
+
2363
2376
eslint-scope@^5.1.1 :
2364
2377
version "5.1.1"
2365
2378
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
You can’t perform that action at this time.
0 commit comments