Auto-format on commit and use single quotes
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -33,6 +33,6 @@
|
||||
// This is necessary so that eslint can properly resolve its plugins
|
||||
"resolvePluginsRelativeTo": "./extensions/ql-vscode"
|
||||
},
|
||||
// Force this to false since this will cause too many changes on each commit
|
||||
"editor.formatOnSave": false
|
||||
"editor.formatOnSave": false,
|
||||
"prettier.singleQuote": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user