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
We want to set "grouped-imports": true for ordered-imports, as follows:
"grouped-imports": true
ordered-imports
"ordered-imports": [ true, { "import-sources-order": "lowercase-last", "named-imports-order": "any", "grouped-imports": true } ],
We can't do this yet though as ordered-imports can't tell library from non-library imports.
Needs palantir/tslint#3654
The text was updated successfully, but these errors were encountered:
warrenv
No branches or pull requests
We want to set
"grouped-imports": true
forordered-imports
, as follows:We can't do this yet though as
ordered-imports
can't tell library from non-library imports.Needs palantir/tslint#3654
The text was updated successfully, but these errors were encountered: