Skip to content

Commit 0cbef87

Browse files
eslint: force es5 parser mode
1 parent 3e81f3d commit 0cbef87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module.exports = {
22
extends: [
33
'onelint'
4-
]
4+
],
5+
env: {
6+
es6: false
7+
},
8+
parserOptions: null
59
};

0 commit comments

Comments
 (0)