Skip to content

Commit 70c6110

Browse files
Update eslint.config.mts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 694cf37 commit 70c6110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { defineConfig } from "eslint/config";
55

66
export default defineConfig([
77
{
8+
...js.configs.recommended,
89
files: ["**/*.{js,mjs,cjs,ts,mts,cts}"],
910
plugins: { js },
10-
extends: ["js/recommended"],
1111
languageOptions: { globals: globals.browser }
1212
},
1313
tseslint.configs.recommended,

0 commit comments

Comments
 (0)