We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2086e commit c0bfa67Copy full SHA for c0bfa67
rules/errors.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
rules: {
3
'no-constant-condition': 'error',
4
- 'no-prototype-builtins': 'off',
+ 'no-prototype-builtins': 'error',
5
'require-atomic-updates': 'error'
6
}
7
};
0 commit comments