feat: introduce fixable lint error and formatting issue to test workflow

This commit is contained in:
Stevan Freeborn
2023-02-20 11:38:11 -06:00
parent ccc8f67640
commit f531adee59
+1 -1
View File
@@ -1,4 +1,4 @@
import { type AxiosResponse } from 'axios'; import { AxiosResponse } from 'axios';
import { DelegateType } from '../enums/DelegateType'; import { DelegateType } from '../enums/DelegateType';
import { FieldStatus } from '../enums/FieldStatus'; import { FieldStatus } from '../enums/FieldStatus';
import { FieldType } from '../enums/FieldType'; import { FieldType } from '../enums/FieldType';