We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b0062 + 4d62582 commit 4ef5da8Copy full SHA for 4ef5da8
es6.js
@@ -6,6 +6,7 @@ module.exports = {
6
before: true,
7
after: true
8
}],
9
+ 'no-prototype-builtins': [2],
10
'no-confusing-arrow': [2],
11
'no-duplicate-imports': [2],
12
'no-return-await': [2],
0 commit comments