We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1stG
JounQin
Learn more about funding links in repositories.
Report abuse
@types/doctrine
dependencies
1 parent f22eaa9 commit ac6d2e1Copy full SHA for ac6d2e1
.changeset/cuddly-eels-train.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-import-x": patch
3
4
+
5
+Fix [#197](https://github.com/un-ts/eslint-plugin-import-x/issues/197) with missing types
package.json
@@ -48,6 +48,7 @@
48
"eslint": "^8.57.0 || ^9.0.0"
49
},
50
"dependencies": {
51
+ "@types/doctrine": "^0.0.9",
52
"@typescript-eslint/scope-manager": "^8.1.0",
53
"@typescript-eslint/utils": "^8.1.0",
54
"debug": "^4.3.4",
@@ -82,7 +83,6 @@
82
83
"@test-scope/some-module": "link:./test/fixtures/symlinked-module",
84
"@total-typescript/ts-reset": "^0.5.1",
85
"@types/debug": "^4.1.12",
- "@types/doctrine": "^0.0.9",
86
"@types/eslint": "^9.6.1",
87
"@types/eslint8.56": "npm:@types/eslint@^8.56.11",
88
"@types/eslint9": "npm:@types/eslint@^9.6.1",
0 commit comments