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 a255cd5 commit 18dbf3aCopy full SHA for 18dbf3a
.eslintrc.json
@@ -8,7 +8,8 @@
8
"google"
9
],
10
"parserOptions": {
11
- "ecmaVersion": "latest"
+ "ecmaVersion": "latest",
12
+ "sourceType": "module"
13
},
14
"rules": {
15
"array-bracket-spacing": "error",
package.json
@@ -17,5 +17,6 @@
17
"nyc": "^17.1.0",
18
"sass": "^1.90.0",
19
"sinon": "^21.0.0"
20
- }
+ },
21
+ "type": "module"
22
}
0 commit comments