Disable linting for constants file (#8107)

This commit is contained in:
Luke Heath 2022-10-06 14:45:59 -05:00 committed by GitHub
parent 34088aaab9
commit 97155238c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -36,6 +36,7 @@ cypress/downloads
# fleetdm.com website (uses its own formatting conventions)
website/
# certain JS files that are not meant to be formatted
# certain frontend files that are not meant to be formatted
frontend/components/FleetAce/mode.ts
frontend/components/FleetAce/theme.ts
frontend/components/FleetAce/theme.ts
frontend/utilities/constants.ts

View file

@ -1,3 +1,4 @@
/* eslint no-useless-escape: 0 */
import URL_PREFIX from "router/url_prefix";
import { IOsqueryPlatform, IPlatformString } from "interfaces/platform";
import { IPolicyNew } from "interfaces/policy";