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 3021eb1 commit 61a346eCopy full SHA for 61a346e
.eslintrc
@@ -3,6 +3,9 @@
3
"extends": [
4
"eslint:recommended"
5
],
6
+ "parserOptions": {
7
+ "ecmaVersion": 5,
8
+ },
9
"env": {
10
"commonjs": true
11
},
0 commit comments