Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

contribution: max-line-length #32

Closed
robvaneck opened this issue Dec 24, 2018 · 1 comment
Closed

contribution: max-line-length #32

robvaneck opened this issue Dec 24, 2018 · 1 comment
Labels

Comments

@robvaneck
Copy link

robvaneck commented Dec 24, 2018

Hi,

imports can be longer than 140 characters, exceeding my set max-line-length.

I have a ignore rule inside my tslint, which maybe you'd like to add to your default tslint.json

    "max-line-length": [true, {
      "limit": 140,
      "ignore-pattern": "^import [^,]+ from"
    }],
@fulls1z3
Copy link
Owner

fulls1z3 commented Jul 4, 2019

🎉 This issue has been resolved in version 1.14.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants