Skip to content

Commit 7c992e6

Browse files
authored
Pin back eslint-plugin-import since it's breaking us. (#6)
1 parent 3586e6c commit 7c992e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"eslint-plugin-bestpractices": "git+https://github.com/skye2k2/eslint-plugin-bestpractices.git",
3030
"eslint-plugin-deprecate": "^0.5",
3131
"eslint-plugin-html": "^6.0.3",
32-
"eslint-plugin-import": "^2",
32+
"eslint-plugin-import": "2.22.1",
3333
"eslint-plugin-jsdoc": "^30",
3434
"eslint-plugin-json": "^2.1.2",
3535
"eslint-plugin-node": "^11",

0 commit comments

Comments
 (0)