We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently TSLint does not currently support enforcing a certain number of spaces of indentation... see here.
TypeScript makes me rage more and more every day.
@TimMikeladze
The text was updated successfully, but these errors were encountered:
Yeah that's not ideal. I think we should setup prettier to be ran as part of our linting process to make up for any tslint inconsistencies
Sorry, something went wrong.
Yeah, prettier seems to be the standard solution people are using for this problem.
Can we use only prettier, so we don't have to rely on two linting tools? It seems like we could use just prettier on its own and be done with this.
No branches or pull requests
Apparently TSLint does not currently support enforcing a certain number of spaces of indentation... see here.
TypeScript makes me rage more and more every day.
@TimMikeladze
The text was updated successfully, but these errors were encountered: