mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
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";
|
import js from "@eslint/js";
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
js.configs.recommended,
|
|
||||||
{
|
{
|
||||||
ignores: ["dist/"],
|
ignores: ["dist/"],
|
||||||
|
},
|
||||||
|
js.configs.recommended,
|
||||||
|
{
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
...globals.browser,
|
...globals.browser,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user