Skip to content

Commit 4e60ef6

Browse files
committed
chore: explicit eslint deps, gitignore
1 parent e48fcdf commit 4e60ef6

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jspm_packages
3535
# Optional REPL history
3636
.node_repl_history
3737
dist
38-
.idea
38+
.idea
39+
.yarn/install-state.gz

.yarn/install-state.gz

-324 KB
Binary file not shown.

eslint.config.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export default tseslint.config({
2424
eslint.configs.recommended,
2525
...tseslint.configs.recommended,
2626
],
27-
settings: {
28-
react: { version: 'detect' },
29-
},
3027
plugins: {
3128
prettierPlugin,
3229
'unused-imports': fixupPluginRules(unusedImportsPlugin),

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@
4343
},
4444
"devDependencies": {
4545
"@eslint/compat": "^1.2.3",
46+
"@eslint/js": "^9.15.0",
4647
"@types/json-schema": "^7.0.15",
4748
"c8": "^10.1.2",
4849
"eslint": "^9.15.0",
4950
"eslint-config-prettier": "^9.1.0",
5051
"eslint-plugin-prettier": "^5.2.1",
5152
"eslint-plugin-unused-imports": "^4.1.4",
53+
"globals": "^15.12.0",
5254
"nock": "^13.5.6",
5355
"prettier": "^3.3.3",
5456
"rimraf": "^6.0.1",

yarn.lock

+12-3
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ __metadata:
417417
languageName: node
418418
linkType: hard
419419

420-
"@eslint/js@npm:9.15.0":
420+
"@eslint/js@npm:9.15.0, @eslint/js@npm:^9.15.0":
421421
version: 9.15.0
422422
resolution: "@eslint/js@npm:9.15.0"
423423
checksum: 10c0/56552966ab1aa95332f70d0e006db5746b511c5f8b5e0c6a9b2d6764ff6d964e0b2622731877cbc4e3f0e74c5b39191290d5f48147be19175292575130d499ab
@@ -603,12 +603,14 @@ __metadata:
603603
dependencies:
604604
"@apidevtools/json-schema-ref-parser": "npm:^11.7.2"
605605
"@eslint/compat": "npm:^1.2.3"
606+
"@eslint/js": "npm:^9.15.0"
606607
"@types/json-schema": "npm:^7.0.15"
607608
c8: "npm:^10.1.2"
608609
eslint: "npm:^9.15.0"
609610
eslint-config-prettier: "npm:^9.1.0"
610611
eslint-plugin-prettier: "npm:^5.2.1"
611612
eslint-plugin-unused-imports: "npm:^4.1.4"
613+
globals: "npm:^15.12.0"
612614
json-schema-walker: "npm:^2.0.0"
613615
nock: "npm:^13.5.6"
614616
openapi-types: "npm:^12.1.3"
@@ -1981,6 +1983,13 @@ __metadata:
19811983
languageName: node
19821984
linkType: hard
19831985

1986+
"globals@npm:^15.12.0":
1987+
version: 15.12.0
1988+
resolution: "globals@npm:15.12.0"
1989+
checksum: 10c0/f34e0a1845b694f45188331742af9f488b07ba7440a06e9d2039fce0386fbbfc24afdbb9846ebdccd4092d03644e43081c49eb27b30f4b88e43af156e1c1dc34
1990+
languageName: node
1991+
linkType: hard
1992+
19841993
"graceful-fs@npm:^4.2.6":
19851994
version: 4.2.11
19861995
resolution: "graceful-fs@npm:4.2.11"
@@ -3388,11 +3397,11 @@ __metadata:
33883397

33893398
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
33903399
version: 5.6.3
3391-
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=b45daf"
3400+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
33923401
bin:
33933402
tsc: bin/tsc
33943403
tsserver: bin/tsserver
3395-
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
3404+
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
33963405
languageName: node
33973406
linkType: hard
33983407

0 commit comments

Comments
 (0)