This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Support typescript indentation #96
Labels
Comments
Hi @dwasyluk, thanks for submitting this issue. Could you please provide an example? |
TSLint's |
closing this in favor of #201 |
bradzacher
added a commit
that referenced
this issue
Dec 17, 2018
Fixes #201 Fixes #96 Fixes eslint/typescript-eslint-parser#577 The [base eslint implementation](https://github.com/eslint/eslint/blob/master/lib/rules/indent.js) purposely ignores nodes it doesn't know about (i.e. our TS nodes). Because of how the base rule is written, we have to override the implementation entirely.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It doesnt seem like tslint indent is supported, which exposes things like interfaces to inconsistent spacing.
The text was updated successfully, but these errors were encountered: