mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
removed eslint-ignore statements
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/*
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
* Borrowed with love from from dagre-d3. Many thanks to cpettitt!
|
||||
*/
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
// @ts-nocheck TODO: Fix TS
|
||||
import moment from 'moment-mini';
|
||||
import ganttDb from './ganttDb';
|
||||
|
@@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
// @ts-nocheck TODO: fix file
|
||||
import { select, selectAll } from 'd3';
|
||||
import svgDraw, { drawText, fixLifeLineHeights } from './svgDraw';
|
||||
|
@@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
// @ts-nocheck TODO: fix file
|
||||
import { select } from 'd3';
|
||||
import svgDraw from './svgDraw';
|
||||
|
@@ -1,4 +1,3 @@
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
// @ts-nocheck : TODO Fix ts errors
|
||||
import { sanitizeUrl } from '@braintree/sanitize-url';
|
||||
import {
|
||||
|
Reference in New Issue
Block a user