Skip to content

Commit 3f6ceeb

Browse files
committed
Add eslint
1 parent ecdbf2d commit 3f6ceeb

File tree

3 files changed

+1100
-8
lines changed

3 files changed

+1100
-8
lines changed

eslint.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import globals from "globals";
2+
import pluginJs from "@eslint/js";
3+
4+
export default [
5+
{languageOptions: {globals: globals.browser}},
6+
pluginJs.configs.recommended,
7+
];

0 commit comments

Comments
 (0)