We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222d5ff commit 75af6f1Copy full SHA for 75af6f1
.eslintrc.js renamed to .eslintrc.cjs
@@ -5,7 +5,7 @@ module.exports = {
5
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
6
parserOptions: {
7
sourceType: 'module',
8
- ecmaVersion: 2020
+ ecmaVersion: 2022
9
},
10
env: {
11
browser: true,
0 commit comments