Skip to content

Commit

Permalink
chore: adjust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineBrandelli committed Mar 15, 2024
1 parent a762fd8 commit 8673c10
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"eslint.packageManager": "yarn",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.words": [
"datepicker"
]
"eslint.enable": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit 8673c10

Please sign in to comment.