Updated ESLint rules

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-18 00:20:56 +04:00
parent 802224efd3
commit 7f69fc6b1e
4 changed files with 159 additions and 187 deletions

View File

@@ -15,8 +15,8 @@
"@rollup/plugin-typescript": "^4.1.2",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-security": "^1.4.0",
@@ -30,8 +30,8 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-security": "^1.4.0",