We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e81f3d commit 0cbef87Copy full SHA for 0cbef87
.eslintrc.js
@@ -1,5 +1,9 @@
1
module.exports = {
2
extends: [
3
'onelint'
4
- ]
+ ],
5
+ env: {
6
+ es6: false
7
+ },
8
+ parserOptions: null
9
};
0 commit comments