Skip to content

Commit 2931795

Browse files
committed
🔧 Update languageOptions (#2197)
1 parent 1dc053a commit 2931795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export default [
8484

8585
languageOptions: {
8686
parser: svelteParser,
87-
ecmaVersion: 5,
88-
sourceType: 'script',
87+
ecmaVersion: 'latest', // ES2023+ features support
88+
sourceType: 'module', // ESM import/export support
8989

9090
parserOptions: {
9191
parser: '@typescript-eslint/parser',

0 commit comments

Comments
 (0)