Audit and fix inject

Closes #1132
Closes #916
Fixes #1293
Fixes #1069
This commit is contained in:
2022-06-25 02:59:23 -04:00
parent b276ff7120
commit 716460a114
8 changed files with 15214 additions and 5433 deletions
-3
View File
@@ -17,12 +17,10 @@
"curly": ["error", "multi-line", "consistent"],
"dot-location": ["error", "property"],
"dot-notation": "error",
// "eqeqeq": ["error", "smart"],
"func-call-spacing": "error",
"handle-callback-err": "error",
"key-spacing": "error",
"keyword-spacing": "error",
"linebreak-style": ["error", "windows"],
"new-cap": ["error", {"newIsCap": true}],
"no-array-constructor": "error",
"no-caller": "error",
@@ -54,7 +52,6 @@
"no-tabs": "error",
"no-template-curly-in-string": "error",
"no-throw-literal": "error",
// "no-trailing-spaces": "error",
"no-undef": "error",
"no-undef-init": "error",
"no-unmodified-loop-condition": "error",