We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6764597 commit fd2e660Copy full SHA for fd2e660
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-i",
3
- "version": "2.27.5",
+ "version": "2.27.5-1",
4
"description": "A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood.",
5
"funding": "https://opencollective.com/unts",
6
"engines": {
@@ -80,6 +80,7 @@
80
"eslint-plugin-import": "2.x",
81
"eslint-plugin-json": "^2.1.2",
82
"fs-copy-file-sync": "^1.1.1",
83
+ "get-tsconfig": "^4.5.0",
84
"glob": "^7.2.3",
85
"in-publish": "^2.0.1",
86
"linklocal": "^2.8.2",
@@ -105,7 +106,6 @@
105
106
"doctrine": "^2.1.0",
107
"eslint-import-resolver-node": "^0.3.7",
108
"eslint-module-utils": "^2.7.4",
- "get-tsconfig": "^4.2.0",
109
"has": "^1.0.3",
110
"is-core-module": "^2.11.0",
111
"is-glob": "^4.0.3",
0 commit comments