mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci(lint): remove ignore flag
This commit is contained in:
@@ -11,4 +11,5 @@ jobs:
|
||||
- name: Commit formatted files
|
||||
uses: EndBug/add-and-commit@v7
|
||||
- name: Run lint script
|
||||
run: deno lint ./src ./tests --ignore=./src/types
|
||||
run: deno lint ./src ./tests
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ import { DiscordenoMember } from "../../structures/member.ts";
|
||||
import { DiscordenoMessage } from "../../structures/message.ts";
|
||||
import { DiscordenoRole } from "../../structures/role.ts";
|
||||
import { Collection } from "../../util/collection.ts";
|
||||
import { DiscordenoShard } from "../../ws/ws.ts";
|
||||
import { ThreadMember } from "../channels/threads/thread_member.ts";
|
||||
import { ThreadMembersUpdate } from "../channels/threads/thread_members_update.ts";
|
||||
import { IntegrationCreateUpdate } from "../integrations/integration_create_update.ts";
|
||||
|
||||
Reference in New Issue
Block a user