You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For auto-formatting issue, I suppose it will be better to setup eslint/prettier/editor config for vscode to enable consistent code linting and auto-formatting.
An example prettier config can be
Actually, there's already a tslint.json file used by TSLint which does that. You can use it together with Prettier but you need to enable prettier.tslintIntegration from the extension's settings.
On Feb 12, 2019, at 00:33, Clarence Castillo ***@***.***> wrote:
Actually, there's already a tslint.json file used by TSLint which does that. You can use it together with Prettier but you need to enable prettier.tslintIntegration from the extension's settings.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
For auto-formatting issue, I suppose it will be better to setup eslint/prettier/editor config for vscode to enable consistent code linting and auto-formatting.
An example prettier config can be
You can refer to your older editor setup to ensure consistant linting and formating.
The text was updated successfully, but these errors were encountered: