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 18d4a13 commit 1f5a230Copy full SHA for 1f5a230
eslint.config.mjs
@@ -30,10 +30,10 @@ export default eslintTs.config(
30
},
31
{
32
languageOptions: {
33
- ecmaVersion: 2018,
+ ecmaVersion: 2022,
34
globals: { ...globals.browser },
35
parserOptions: {
36
37
ecmaFeatures: { jsx: true },
38
tsconfigRootDir: import.meta.dirname,
39
projectService: { allowDefaultProject: ['eslint.config.mjs'] }
0 commit comments