summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index c997ae3..b61e905 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
+ "eslint-plugin-import": "^2.20.1",
"rollup": "^1.31.0",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
@@ -24,7 +25,8 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
- "eslint": "^6.8.0"
+ "eslint": "^6.8.0",
+ "eslint-plugin-import": "^2.20.1"
},
"dependencies": {}
}