Skip to content

Commit 2ddb4b1

Browse files
chore: Bump eslint from 8.57.0 to 9.3.0 (#555)
* --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Generate eslint config --------- 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 9103e89 commit 2ddb4b1

File tree

3 files changed

+246
-286
lines changed

3 files changed

+246
-286
lines changed

eslint.config.mjs

+7
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)