Hi, I am using these rules along with tslint-config-prettier , in my tslint.json I have set the rule
"semicolon": [true, "never"], and also have my prettierrc set to not use semicolons.
When using "tslint-immutable/all", when vscode applies fixes on save it automatically inserts semicolons (overriding other settings) when adding the readonly modifier. Is there currently any way to tweak this behavior?
Hi, I am using these rules along with tslint-config-prettier , in my tslint.json I have set the rule "semicolon": [true, "never"], and also have my prettierrc set to not use semicolons.
When using "tslint-immutable/all", when vscode applies fixes on save it automatically inserts semicolons (overriding other settings) when adding the readonly modifier. Is there currently any way to tweak this behavior?
Thanks.