chore(frontend): add eslint quality gate
This commit is contained in:
@@ -14,7 +14,6 @@ jest.mock('./api', () => ({
|
||||
getApiErrorMessage: jest.fn((_error, fallback) => fallback),
|
||||
}));
|
||||
|
||||
// eslint-disable-next-line import/first
|
||||
import KanbanBoard from './components/KanbanBoard';
|
||||
|
||||
const mockedApi = api as jest.Mocked<typeof api>;
|
||||
|
||||
Reference in New Issue
Block a user