mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
Keep eslint config back @ ecma2018, as before
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user