Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 16, 2022
1 parent be7ab54 commit 98506d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist/**
docs/Setup.md
cypress.config.js
cypress/plugins/index.js
coverage
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
cypress/platform/xss3.html
.cache
.cache
coverage
4 changes: 2 additions & 2 deletions __mocks__/d3.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-nocheck
// @ts-nocheck TODO: Fix TS
import { vi } from 'vitest';

let NewD3 = function () {
const NewD3 = function () {
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/diagrams/gantt/ganttDb.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @ts-nocheck
// @ts-nocheck TODO: Fix TS
import moment from 'moment-mini';
import ganttDb from './ganttDb';
import { it, describe } from 'vitest';
Expand Down

0 comments on commit 98506d8

Please sign in to comment.