upgrade cspell and fix spelling issues

This commit is contained in:
Björn Dalfors
2024-04-04 10:35:25 +02:00
parent 737afb3c1b
commit f1b13a2919
7 changed files with 669 additions and 290 deletions

View File

@@ -17,10 +17,12 @@ export async function waitForDevServer() {
}
export function loadDevTools() {
/* spell-checker: disable */
// Redux
// BrowserWindow.addDevToolsExtension(
// path.join(os.homedir(), '/Library/Application Support/Google/Chrome/Default/Extensions/lmhkpmbekcpmknklioeibfkpmmfibljd/2.17.0_0/')
// )
/* spell-checker: enable */
}
export function isDev() {