Turn off formatOnSave and remove eslint.run & fix CalendarManager lint (#2357)
parent
966a5f30ec
commit
279b4d57f1
|
@ -1,2 +0,0 @@
|
||||||
node_modules
|
|
||||||
packages/prisma/zod
|
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"typescript.tsdk": "node_modules/typescript/lib",
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": false,
|
||||||
// Auto-fix issues with ESLint when you save code changes
|
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
},
|
},
|
||||||
"eslint.run": "onSave",
|
|
||||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||||
"spellright.language": ["en"],
|
"spellright.language": ["en"],
|
||||||
"spellright.documentTypes": ["markdown"]
|
"spellright.documentTypes": ["markdown"]
|
||||||
|
|
Loading…
Reference in New Issue