Skip to content

Commit c0bfa67

Browse files
phil-rwtclindner
authored andcommitted
Set no-prototype-builtins = error (#106)
Closes #99 - Set no-prototype-builtins = error
1 parent 7d2086e commit c0bfa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
rules: {
33
'no-constant-condition': 'error',
4-
'no-prototype-builtins': 'off',
4+
'no-prototype-builtins': 'error',
55
'require-atomic-updates': 'error'
66
}
77
};

0 commit comments

Comments
 (0)