organizeImports should respect tslint.json #49194
Labels
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
It would be nice if the organizeImports would respect the settings in tslint.
If you have an import such as:
it will organize it as follows:
The problem is that I have the tslint rule
max-line-length
set to 100 characters.Steps to Reproduce:
organizeImports
max-line-length: [true, 100]
.ts
fileDoes this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: