mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
configured 3 more words in cspell.json
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable @cspell/spellchecker */
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const { defineConfig } = require('cypress');
|
||||
|
||||
|
@@ -58,7 +58,11 @@
|
||||
"cpettitt",
|
||||
"antiscript",
|
||||
"ts-nocheck",
|
||||
"setupGraphViewbox"
|
||||
"setupGraphViewbox",
|
||||
"flatmap",
|
||||
"Kaufmann",
|
||||
"viewports",
|
||||
"edgechromium"
|
||||
],
|
||||
"patterns": [
|
||||
{
|
||||
|
@@ -7,7 +7,6 @@
|
||||
* @param q2
|
||||
*/
|
||||
function intersectLine(p1, p2, q1, q2) {
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
// Algorithm from J. Avro, (ed.) Graphics Gems, No 2, Morgan Kaufmann, 1994,
|
||||
// p7 and p473.
|
||||
|
||||
|
@@ -39,7 +39,6 @@ import { posix, dirname } from 'path';
|
||||
import prettier from 'prettier';
|
||||
import { remark } from 'remark';
|
||||
// @ts-ignore No typescript declaration file
|
||||
// eslint-disable-next-line @cspell/spellchecker
|
||||
import flatmap from 'unist-util-flatmap';
|
||||
|
||||
const MERMAID_MAJOR_VERSION = (
|
||||
|
Reference in New Issue
Block a user