style: fix @cspell/eslint warnings

Ignores some names of contributors, and adjusts some capitilization
spacing to fix all cspell warnings.
This commit is contained in:
Alois Klink
2022-10-16 09:57:31 +01:00
parent 720849a55e
commit 989d716c36
5 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
/* 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');

View File

@@ -52,7 +52,13 @@
"Ashish", "Ashish",
"bbox", "bbox",
"techn", "techn",
"cytoscape" "cytoscape",
"Lucida",
"Bilkent",
"cpettitt",
"antiscript",
"ts-nocheck",
"setupGraphViewbox"
], ],
"patterns": [ "patterns": [
{ {

View File

@@ -21,7 +21,7 @@ describe('Git Graph diagram', () => {
// // Call Open on eyes to initialize a test session // // Call Open on eyes to initialize a test session
// cy.eyesOpen({ // cy.eyesOpen({
// appName: 'Demo App', // appName: 'Demo App',
// testName: 'Ultrafast grid demo', // testName: 'UltraFast grid demo',
// }); // });
// // check the login page with fluent api, see more info here // // check the login page with fluent api, see more info here

View File

@@ -119,12 +119,10 @@ const config: Partial<MermaidConfig> = {
/** /**
* This option controls if the generated ids of nodes in the SVG are generated randomly or based * This option controls if the generated ids of nodes in the SVG are generated randomly or based
* on a seed. If set to false, the IDs are generated based on the current date and thus are not * on a seed. If set to false, the IDs are generated based on the current date and thus are not
// eslint-disable-next-line @cspell/spellchecker * deterministic. This is the default behavior.
* deterministic. This is the default behaviour.
* *
* **Notes**: * **Notes**:
* *
// eslint-disable-next-line @cspell/spellchecker
* This matters if your files are checked into source control e.g. git and should not change unless * This matters if your files are checked into source control e.g. git and should not change unless
* content is changed. * content is changed.
* *
@@ -636,8 +634,8 @@ const config: Partial<MermaidConfig> = {
/** /**
* | Parameter | Description | Type | Required | Values | * | Parameter | Description | Type | Required | Values |
* | ---------- | --------------------------- | ---- | -------- | ---------------- | * | ---------- | ---------------------------- | ---- | -------- | ---------------- |
* | axisFormat | Datetime format of the axis | 3 | Required | Date in yy-mm-dd | * | axisFormat | Date/time format of the axis | 3 | Required | Date in yy-mm-dd |
* *
* **Notes:** * **Notes:**
* *