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:
Joe Previte
2022-10-28 13:46:51 -07:00
committed by GitHub
parent 506a81e3dc
commit ffe461ae58
11 changed files with 29 additions and 15 deletions

View File

@ -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*/