Skip to content

Commit

Permalink
chore: spell
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Oct 21, 2023
1 parent 2b408ea commit cf0bb98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"**/*.svg",
"tools/build/webpack.config.js",
"docker-compose.demo.yml",
"docker-compose.yml"
"docker-compose.yml",
"wait",
"apps/web/lib/i18n/*.ts",
"apps/mobile/app/i18n/*.ts",
]
}
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"**/node_modules": false,
"**/public/**/*.png": true,
"**/public/**/*.jpg": true,
"**/public/**/*.pdf": true
"**/public/**/*.pdf": true,
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/web/components/**": true
"**/web/components/**": true,
},
"docwriter.style": "Auto-detect"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"doc:serve": "compodoc -s -d dist/docs",

Check warning on line 79 in package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (compodoc)
"doc:build-serve": "compodoc -p tsconfig.json -d docs -s",

Check warning on line 80 in package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (compodoc)
"postinstall.electron": "yarn electron-builder install-app-deps && yarn node tools/electron/postinstall",
"postinstall.web": "yarn node tools/web/postinstall"
"postinstall.web": "yarn node tools/web/postinstall",
"spell": "cspell . --config .cspell.json"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit cf0bb98

Please sign in to comment.