aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 17:39:46 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 17:39:46 +0300
commite81b322b43643f8fe8f6b66167e53181b4e7c068 (patch)
treeaaa309edc593b17d5d516242aa94b7f7a56e6b85 /package.json
parent8d2a8a6154f8915a6d8f77ecdee45a01c1388523 (diff)
downloadeslint-config-e81b322b43643f8fe8f6b66167e53181b4e7c068.tar.xz
eslint-config-e81b322b43643f8fe8f6b66167e53181b4e7c068.zip
feat(import): Initial Import's config file
Signed-off-by: Valentin Popov <info@valentineus.link>
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": {}
}