mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore(site): enable eslint-plugin-eslint-comments (#4799)
* chore(site): enable eslint-plugin-eslint-comments * chore: add descriptions to eslint-disable comments * chore: update eslint-disable comments in main.go
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-floating-promises */
|
||||
/* eslint-disable @typescript-eslint/no-floating-promises -- TODO figure out why this is*/
|
||||
import { fireEvent, screen, waitFor } from "@testing-library/react"
|
||||
import userEvent from "@testing-library/user-event"
|
||||
import * as API from "api/api"
|
||||
@ -62,3 +62,4 @@ describe("CreateWorkspacePage", () => {
|
||||
)
|
||||
})
|
||||
})
|
||||
/* eslint-enable @typescript-eslint/no-floating-promises -- TODO figure out why this is*/
|
||||
|
Reference in New Issue
Block a user