Skip to content

Commit e7a3acb

Browse files
chore: Bump eslint from 8.57.0 to 9.3.0 (#295)
* chore: Bump eslint from 8.57.0 to 9.3.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Omkar Hegde <[email protected]>
1 parent e4ebe3c commit e7a3acb

File tree

3 files changed

+216
-256
lines changed

3 files changed

+216
-256
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+
3+
4+
export default [
5+
{files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
6+
{languageOptions: { globals: globals.browser }},
7+
];

0 commit comments

Comments
 (0)