forked from CringeStudios/gamja
eslint: fix global ignore for dist/
This commit is contained in:
parent
a03ad28438
commit
312c755c11
@ -2,9 +2,11 @@ import globals from "globals";
|
||||
import js from "@eslint/js";
|
||||
|
||||
export default [
|
||||
js.configs.recommended,
|
||||
{
|
||||
ignores: ["dist/"],
|
||||
},
|
||||
js.configs.recommended,
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
|
Loading…
x
Reference in New Issue
Block a user