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 1fa2fc1 commit b87c7ebCopy full SHA for b87c7eb
.eslintrc
@@ -4,6 +4,10 @@
4
"browser": true,
5
"node": true
6
},
7
+ "parserOptions": {
8
+ "ecmaVersion": 2020,
9
+ "sourceType": "module"
10
+ },
11
"extends": [
12
"airbnb-base",
13
"strict"
0 commit comments