We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad5248 commit 4d62582Copy full SHA for 4d62582
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