aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 11:17:13 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 11:18:59 +0300
commit570290241dc983abfb14bb20b0e8eb8b3a74a22d (patch)
tree02927cc2b68251f68669056cdc7b31abe4ab0c07 /package.json
parentf9ebfb719aa850b01ce3e1ee3a9d7ab359e73058 (diff)
downloadeslint-config-570290241dc983abfb14bb20b0e8eb8b3a74a22d.tar.xz
eslint-config-570290241dc983abfb14bb20b0e8eb8b3a74a22d.zip
feat(security): Initial security plugin
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index b61e905..b20c629 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,8 @@
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
- "rollup": "^1.31.0",
+ "eslint-plugin-security": "^1.4.0",
+ "rollup": "^1.31.1",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
@@ -26,7 +27,8 @@
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
- "eslint-plugin-import": "^2.20.1"
+ "eslint-plugin-import": "^2.20.1",
+ "eslint-plugin-security": "^1.4.0"
},
"dependencies": {}
}