
* suspense * iframe embeds * calendar list container * rename things as a container * use list container on onboarding * fix * rm code * newer alpha * make it work in react 17 * fix * fix * make components handle error state through `QueryCell` * fix constant * fix type error * type error * type fixes * fix package.lock * fix webhook invalidate * fix mt * fix typo * pr comment
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
// Auto-fix issues with ESLint when you save code changes
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.run": "onSave",
|
|
"workbench.colorCustomizations": {
|
|
"titleBar.activeBackground": "#888888",
|
|
"titleBar.inactiveBackground": "#292929"
|
|
}
|
|
}
|