Skip to content

Commit a58ec63

Browse files
update just storybook ecma
1 parent f8d589d commit a58ec63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/config/ESLint/eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const baseConfig = {
3535
},
3636

3737
parser: tsParser,
38-
ecmaVersion: 2022,
38+
ecmaVersion: 2020,
3939
sourceType: 'module',
4040

4141
parserOptions: {

packages/storybook8/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = defineConfig([
2727
},
2828

2929
parser: tsParser,
30-
ecmaVersion: 2020,
30+
ecmaVersion: 2022,
3131
sourceType: 'module',
3232

3333
parserOptions: {

0 commit comments

Comments
 (0)