Skip to content

Commit 4ef5da8

Browse files
authored
Merge pull request #67 from benjiwheeler/add-no-prototype-builtins
added no-prototype-builtins rule, set to error
2 parents 24b0062 + 4d62582 commit 4ef5da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

es6.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
before: true,
77
after: true
88
}],
9+
'no-prototype-builtins': [2],
910
'no-confusing-arrow': [2],
1011
'no-duplicate-imports': [2],
1112
'no-return-await': [2],

0 commit comments

Comments
 (0)