updated eslint config and fixed cspell warnings

This commit is contained in:
devcer
2022-10-11 22:52:49 +05:30
parent 4d0da7fba0
commit adf7702211
13 changed files with 39 additions and 16 deletions

View File

@@ -109,7 +109,7 @@ export const detectInit = function (text: string, config?: MermaidConfig): Merma
*
* ```mermaid
* graph LR
* %%{somedirective}%%
* %%{someDirective}%%
* a-->b
* b-->c
* c-->d
@@ -215,7 +215,7 @@ export const formatUrl = (linkStr, config) => {
/**
* Runs a function
*
* @param {string} functionName A dot seperated path to the function relative to the `window`
* @param {string} functionName A dot separated path to the function relative to the `window`
* @param {...any} params Parameters to pass to the function
*/
export const runFunc = (functionName, ...params) => {