mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 09:46:42 +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
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||||
const { defineConfig } = require('cypress');
|
const { defineConfig } = require('cypress');
|
||||||
|
|
||||||
|
@@ -58,7 +58,11 @@
|
|||||||
"cpettitt",
|
"cpettitt",
|
||||||
"antiscript",
|
"antiscript",
|
||||||
"ts-nocheck",
|
"ts-nocheck",
|
||||||
"setupGraphViewbox"
|
"setupGraphViewbox",
|
||||||
|
"flatmap",
|
||||||
|
"Kaufmann",
|
||||||
|
"viewports",
|
||||||
|
"edgechromium"
|
||||||
],
|
],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
* @param q2
|
* @param q2
|
||||||
*/
|
*/
|
||||||
function intersectLine(p1, p2, q1, 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,
|
// Algorithm from J. Avro, (ed.) Graphics Gems, No 2, Morgan Kaufmann, 1994,
|
||||||
// p7 and p473.
|
// p7 and p473.
|
||||||
|
|
||||||
|
@@ -39,7 +39,6 @@ import { posix, dirname } from 'path';
|
|||||||
import prettier from 'prettier';
|
import prettier from 'prettier';
|
||||||
import { remark } from 'remark';
|
import { remark } from 'remark';
|
||||||
// @ts-ignore No typescript declaration file
|
// @ts-ignore No typescript declaration file
|
||||||
// eslint-disable-next-line @cspell/spellchecker
|
|
||||||
import flatmap from 'unist-util-flatmap';
|
import flatmap from 'unist-util-flatmap';
|
||||||
|
|
||||||
const MERMAID_MAJOR_VERSION = (
|
const MERMAID_MAJOR_VERSION = (
|
||||||
|
Reference in New Issue
Block a user