mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 10:55:06 -05:00
eslint: fix global ignore for dist/
This commit is contained in:
parent
a03ad28438
commit
312c755c11
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue