Currently utilizing visual studio code
Upon searching for the settings.json file, the contents appear as follows:
{
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.codeActionsOnSave": {},
"diffEditor.ignoreTrimWhitespace": false,
"settingsSync.ignoredSettings": [
]
}
Seeking guidance on configuring vs code to automatically apply my tslint rules when formatting a document.
Successfully resolved any queries regarding prettier formatting through this reference:
https://stackoverflow.com/questions/49640469/how-do-you-determine-which-formatter-is-being-used-for-vs-code
Needing assistance with determining the appropriate value for `tsline` within editor.defaultFormatter
to utilize tslint.