Skip to content

Commit

Permalink
chore: Bump eslint from 8.57.0 to 9.3.0 (#295)
Browse files Browse the repository at this point in the history
* chore: Bump eslint from 8.57.0 to 9.3.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Omkar Hegde <omkhegde@amazon.com>
  • Loading branch information
dependabot[bot] and omkhegde authored May 22, 2024
1 parent e4ebe3c commit e7a3acb
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 256 deletions.
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import globals from "globals";


export default [
{files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
{languageOptions: { globals: globals.browser }},
];
Loading

0 comments on commit e7a3acb

Please sign in to comment.