mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
fixed eslint config
This commit is contained in:
@@ -28,4 +28,13 @@ export default [...compat.extends('eslint:recommended'), {
|
||||
semi: ['error', 'always'],
|
||||
quotes: ['error', 'single'],
|
||||
},
|
||||
}, {
|
||||
files: ['scripts/**/*.js'],
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.node,
|
||||
},
|
||||
ecmaVersion: 12,
|
||||
sourceType: 'module',
|
||||
},
|
||||
}];
|
||||
Reference in New Issue
Block a user