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 5aad458 commit 40ee107Copy full SHA for 40ee107
.eslintrc
@@ -2,5 +2,8 @@
2
"extends": [
3
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
4
],
5
- "parser": "babel-eslint"
+ "parser": "babel-eslint",
6
+ "env": {
7
+ "es6": true
8
+ }
9
}
0 commit comments