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 69bc96c commit b2542f4Copy full SHA for b2542f4
.eslintrc
@@ -4,6 +4,9 @@
4
"node": true,
5
"jest": true
6
},
7
+ "parserOptions": {
8
+ "ecmaVersion": 9
9
+ },
10
"plugins": ["compat"],
11
"extends": "@avalanche/eslint-config",
12
"rules": {
0 commit comments