mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-29 03:09:37 +08:00
* patch: setup prettier * patch: move .commitlintrc.js to .config * patch: config lint-staged and update husky * patch: configure eslint as well
8 lines
249 B
JSON
8 lines
249 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"prettier.configPath": "./.config/.prettierrc.yml",
|
|
"prettier.ignorePath": "./.config/.prettierignore",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|