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",
|
||||
"editor.formatOnSave": true,
|
||||
// Auto-fix issues with ESLint when you save code changes
|
||||
"editor.formatOnSave": false,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"eslint.run": "onSave",
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"spellright.language": ["en"],
|
||||
"spellright.documentTypes": ["markdown"]
|
||||
|
|
Loading…
Reference in New Issue