fix: add "no-prototype-builtins" eslint-rule and fix all occurences
This commit is contained in:
committed by
Nils Knappmeier
parent
1988878087
commit
f7f05d7558
+2
-1
@@ -57,6 +57,7 @@ module.exports = {
|
||||
"no-with": "error",
|
||||
"radix": "error",
|
||||
"wrap-iife": "error",
|
||||
"no-prototype-builtins": "error",
|
||||
|
||||
|
||||
// Variables //
|
||||
@@ -114,4 +115,4 @@ module.exports = {
|
||||
"ecmaVersion": 6,
|
||||
"ecmaFeatures": {}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user