Skip to content

Commit

Permalink
🔧 Update configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
KirianCaumes committed Jan 5, 2024
1 parent 2657c8d commit b975910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
* @type {import('lint-staged').Config}
*/
module.exports = {
'*.{ts,tsx,js,jsx}': ['prettier --ignore-unknown', 'eslint', 'cspell --no-progress'],
'*.{html,json,svg,yml,xml}': ['prettier --ignore-unknown', 'cspell --no-progress'],
'*.{ts,tsx,js,jsx}': ['prettier --ignore-unknown', 'eslint', 'cspell --no-progress --no-must-find-files'],
'*.{html,json,svg,yml,xml}': ['prettier --ignore-unknown', 'cspell --no-progress --no-must-find-files'],
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"editor.defaultFormatter": "vscode.markdown-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.workingDirectories": ["./"],
"prettier.requireConfig": true,
Expand Down

0 comments on commit b975910

Please sign in to comment.