Skip to content

Commit 3385b32

Browse files
Attempt to get rid of stupid TypeScript non-error
1 parent 98411af commit 3385b32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eslint.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default [
2+
{
3+
files: ["**/*.js"],
4+
rules: {
5+
languageOptions: {
6+
sourceType: "commonjs"
7+
}
8+
}
9+
}
10+
];

0 commit comments

Comments
 (0)