mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"css.validate": false,
|
|
"scss.validate": false,
|
|
"editor.wordWrap": "on",
|
|
"npm.packageManager": "pnpm",
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.workingDirectories": [
|
|
"schema",
|
|
"client",
|
|
"server"
|
|
],
|
|
"conventionalCommits.scopes": [
|
|
"client",
|
|
"server",
|
|
"docker",
|
|
"dependencies"
|
|
]
|
|
} |