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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Since #3099 has been merged, after new release you will be able to specify ignore pattern for max-line-length rule like "^import " and store each import statement in single line or keep it like it is now with ignore pattern set to i.e. "^} from ", eventually play with detecting slashes. I guess it can be closed now.
A project's directory structure can become very "deep."
import
statements sometimes look like this:which
tslint
does not likeThis seems like it could be a common scenario. How about a config flag to ignore long file paths?
The text was updated successfully, but these errors were encountered: