Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Aug 29, 2024
1 parent c447a69 commit 6cada98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default [
// Client (browser) files.
{
languageOptions: {
ecmaVersion: 2020,
ecmaVersion: 2022,
globals: globals.browser
},
files: ['**/assets/**/*.{js,mjs,cjs}'],
Expand Down

0 comments on commit 6cada98

Please sign in to comment.