configured 3 more words in cspell.json

This commit is contained in:
devcer
2022-10-17 09:41:59 +05:30
parent 338e7e83cd
commit 8b64ad971a
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable @cspell/spellchecker */
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { defineConfig } = require('cypress');

View File

@@ -58,7 +58,11 @@
"cpettitt",
"antiscript",
"ts-nocheck",
"setupGraphViewbox"
"setupGraphViewbox",
"flatmap",
"Kaufmann",
"viewports",
"edgechromium"
],
"patterns": [
{

View File

@@ -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.

View File

@@ -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 = (