mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -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";
|
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…
Reference in a new issue