This repository was archived by the owner on Feb 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ module.exports = {
16
16
overrides : [ {
17
17
files : [ '*.ts' ] ,
18
18
extends : [
19
- 'plugin:@typescript-eslint/recommended'
19
+ 'plugin:@typescript-eslint/recommended' ,
20
+ 'plugin:@typescript-eslint/recommended-requiring-type-checking'
20
21
] ,
21
22
plugins : [
22
23
'@typescript-eslint'
Original file line number Diff line number Diff line change 11457
11457
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
11458
11458
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
11459
11459
11460
- strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
11460
+ strip-json-comments@^3.1.0:
11461
+ version "3.1.0"
11462
+ resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
11463
+ integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==
11464
+
11465
+ strip-json-comments@^3.1.1:
11461
11466
version "3.1.1"
11462
11467
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
11463
11468
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
You can’t perform that action at this time.
0 commit comments