Skip to content

Commit 18dbf3a

Browse files
module
1 parent a255cd5 commit 18dbf3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"google"
99
],
1010
"parserOptions": {
11-
"ecmaVersion": "latest"
11+
"ecmaVersion": "latest",
12+
"sourceType": "module"
1213
},
1314
"rules": {
1415
"array-bracket-spacing": "error",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"nyc": "^17.1.0",
1818
"sass": "^1.90.0",
1919
"sinon": "^21.0.0"
20-
}
20+
},
21+
"type": "module"
2122
}

0 commit comments

Comments
 (0)