Skip to content

Commit 2768608

Browse files
committed
add eslint.config.js
1 parent 6993186 commit 2768608

File tree

3 files changed

+1103
-0
lines changed

3 files changed

+1103
-0
lines changed

eslint.config.mjs

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

0 commit comments

Comments
 (0)