Review ESLint config

This commit is contained in:
Kristjan ESPERANTO 2025-03-23 19:55:52 +01:00
parent 244da7a6e7
commit 2739599133
No known key found for this signature in database

View file

@ -7,12 +7,9 @@ const config = [
eslintPluginStylistic.configs.recommended,
{
files: ['**/*.js', '**/*.mjs'],
},
{
languageOptions: {
globals: {
...globals.browser,
...globals.node,
Log: 'readonly',
MM: 'readonly',
Module: 'readonly',