Fixing eslint issues
Some checks failed
Main Workflow / Test and Build (20.x) (push) Successful in 3m58s
Main Workflow / Security Audit (push) Successful in 4m10s
Main Workflow / Test and Build (18.x) (push) Failing after 2m46s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Failing after 1m51s
Main Workflow / Notification (push) Failing after 21s
Some checks failed
Main Workflow / Test and Build (20.x) (push) Successful in 3m58s
Main Workflow / Security Audit (push) Successful in 4m10s
Main Workflow / Test and Build (18.x) (push) Failing after 2m46s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Failing after 1m51s
Main Workflow / Notification (push) Failing after 21s
This commit is contained in:
2
src/@types/custom.d.ts
vendored
2
src/@types/custom.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// index.d.ts
|
||||
declare module "*.gql" {
|
||||
declare module '*.gql' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
|
Reference in New Issue
Block a user