mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Disable linting for constants file (#8107)
This commit is contained in:
parent
34088aaab9
commit
97155238c7
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue