Keep eslint config back @ ecma2018, as before

This commit is contained in:
David Ernst
2025-04-29 17:52:01 -07:00
parent b93aaa96d7
commit c4aa91de78

View File

@@ -11,7 +11,7 @@ const globals = require('globals')
const commonConfig = {
ignores: ['.next/**/*', 'node_modules/**/*', 'dist/**/*', 'build/**/*'],
languageOptions: {
ecmaVersion: 2022,
ecmaVersion: 2018,
globals: {
...globals.browser,
...globals.es2021,