We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0196d8 commit 52af952Copy full SHA for 52af952
.eslintrc.js
@@ -1,6 +1,10 @@
1
module.exports = {
2
"env": {
3
- "node": true
+ "node": true,
4
+ "es6": true
5
+ },
6
+ "parserOptions": {
7
+ "ecmaVersion": 2015
8
},
9
"extends": "eslint:recommended",
10
"rules": {
0 commit comments