Skip to content

Commit cb532f3

Browse files
authored
refactor: replace types/eslint-scope.d.ts with @types/eslint-scope (#595)
1 parent b392f90 commit cb532f3

File tree

3 files changed

+3
-549
lines changed

3 files changed

+3
-549
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@eslint/eslintrc": "^3.3.3",
5757
"@eslint/js": "^9.39.2",
5858
"@types/eslint-plugin-markdown": "^2.0.2",
59+
"@types/eslint-scope": "^8.4.0",
5960
"@types/espree": "^10.1.0",
60-
"@types/esrecurse": "^4.3.1",
6161
"@types/estraverse": "^5.1.7",
6262
"@types/estree": "^1.0.8",
6363
"@types/lodash": "^4.17.18",
@@ -73,8 +73,7 @@
7373
"eslint-plugin-n": "^17.21.0",
7474
"eslint-plugin-unicorn": "^56.0.1",
7575
"eslint-remote-tester": "^4.0.3",
76-
"eslint-scope": "^9.1.0",
77-
"eslint-visitor-keys": "^5.0.0",
76+
"eslint-scope": "^8.4.0",
7877
"espree": "^11.1.0",
7978
"husky": "^9.1.7",
8079
"jiti": "^2.5.1",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"forceConsistentCasingInFileNames": true,
1616
"rewriteRelativeImportExtensions": true,
1717
"paths": {
18-
"eslint-plugin-eslint-plugin": ["./lib/index.ts"],
19-
"eslint-scope": ["./types/eslint-scope.d.ts"]
18+
"eslint-plugin-eslint-plugin": ["./lib/index.ts"]
2019
},
2120
"types": ["espree", "esrecurse", "estree", "lodash", "node"]
2221
},

0 commit comments

Comments
 (0)