Created
January 12, 2022 10:41
-
-
Save simon-lang/4640f12a49b2000a30f404388b6fb980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Require .prettierrc | |
"prettier.requireConfig": true, | |
// Show diagnostics for current line | |
"diagnostic.checkCurrentLine": true, | |
// Tslint on save | |
"tslint.enable": true, | |
"tslint.autoFixOnSave": true, | |
// Run prettier (and others) | |
"coc.preferences.formatOnSaveFiletypes": [ | |
"css", | |
"markdown", | |
"Markdown", | |
"javascript", | |
"javascriptreact", | |
"typescript", | |
"typescriptreact" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment