Skip to content

Commit

Permalink
feat(eslint): no-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Sep 16, 2022
1 parent 09db5c2 commit ca2bf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -71,6 +71,7 @@ module.exports = {
"valid-typeof": 2,
"no-implicit-globals": [2],
"no-unused-expressions": [2, { "allowShortCircuit": true, "allowTernary": true, "allowTaggedTemplates": true}],
"no-proto": 2,

// es2015 features
"require-yield": 2,
Expand Down

0 comments on commit ca2bf7f

Please sign in to comment.