This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/.vscode/settings.json

16 lines
393 B
JSON

{
"search.exclude": {
"**/node_modules/": true
},
"eslint.packageManager": "yarn",
"eslint.alwaysShowStatus": true,
"javascript.validate.enable": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.configPath": ".prettierrc",
"eslint.format.enable": true
}