Skip to content

Commit 3902875

Browse files
committed
Update eslint.config.mjs
1 parent 692eb92 commit 3902875

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

eslint.config.mjs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import globals from "globals";
2-
import pluginJs from "@eslint/js";
3-
1+
import globals from 'globals';
2+
import pluginJs from '@eslint/js';
43

54
export default [
6-
{files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
7-
{languageOptions: { globals: globals.browser }},
5+
{ files: ['**/*.js'], languageOptions: { sourceType: 'commonjs' } },
6+
{ languageOptions: { globals: globals.browser } },
87
pluginJs.configs.recommended,
9-
];
8+
];

0 commit comments

Comments
 (0)