We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3586e6c commit 7c992e6Copy full SHA for 7c992e6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tree",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
5
"main": "index.js",
6
"repository": {
@@ -29,7 +29,7 @@
29
"eslint-plugin-bestpractices": "git+https://github.com/skye2k2/eslint-plugin-bestpractices.git",
30
"eslint-plugin-deprecate": "^0.5",
31
"eslint-plugin-html": "^6.0.3",
32
- "eslint-plugin-import": "^2",
+ "eslint-plugin-import": "2.22.1",
33
"eslint-plugin-jsdoc": "^30",
34
"eslint-plugin-json": "^2.1.2",
35
"eslint-plugin-node": "^11",
0 commit comments