Skip to content

Commit

Permalink
chore(vscode): update settings
Browse files Browse the repository at this point in the history
- add `stylelint` to code spell checker
- remove jest auto run configuration
  • Loading branch information
SimonGolms committed Aug 25, 2022
1 parent d4feb1d commit 7472f49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"cSpell.words": ["Kubernetes", "persistor", "stylelint"],
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"markdownlint.ignore": [".gitattributes", ".gitignore"],
"cSpell.words": ["Kubernetes", "persistor"],
"jest.autoRun": { "watch": true, "onStartup": ["all-tests"] },
"jest.jestCommandLine": "npm run test --"
"markdownlint.ignore": [".gitattributes", ".gitignore"]
}

0 comments on commit 7472f49

Please sign in to comment.