Coder Social home page Coder Social logo

Comments (7)

marcuzy avatar marcuzy commented on July 22, 2024 2

It's taken a bit more time to take it from here 😀. I've just released a new version which supports blank lines:

"rules": {
    "origin-ordered-imports": [ true, "one-blank-line" ]
}

It's also possible to require "no blank lines" or "at least one blank line", take a look at src/originOrderedImportsRule.ts to find out which options are supported.

I've also noticed it unluckily wasn't working with the latest TS, fixed that as well

from tslint-origin-ordered-imports-rule.

marcuzy avatar marcuzy commented on July 22, 2024 1

@stas-kh you're right. Fixed it.

from tslint-origin-ordered-imports-rule.

marcuzy avatar marcuzy commented on July 22, 2024

Hi! It's a good idea. I'll add it in the immediate future.

from tslint-origin-ordered-imports-rule.

stas-kh avatar stas-kh commented on July 22, 2024

Thank you! Looking forward to such feature.

from tslint-origin-ordered-imports-rule.

stas-kh avatar stas-kh commented on July 22, 2024

Big thank you @marcuzy
I will play with the rule tomorrow and let you know about the results!
Appreciate the work you've done!

from tslint-origin-ordered-imports-rule.

stas-kh avatar stas-kh commented on July 22, 2024

Hey @marcuzy

I tested the new rule and found one issue, please correct me if I'm wrong.
We have the following rule in TSLint:

"max-line-length": [
  true,
  140
]

that restricts max length of a line to 140 symbols. Because of that rule some imports can be multilined with the following syntax:

import {
  Component,
  EventEmitter,
  Input,
  OnInit,
  Output,
  TemplateRef,
  ViewChild,
  ViewEncapsulation
} from '@angular/core';

import { UserInfo } from '../../local/interfaces/user-info.interface';
import { EmailInfo } from '../../../event/local/interfaces/email-info.interface';

In this case, the rule says there is an issue and doesn't let TSLint pass the linting

from tslint-origin-ordered-imports-rule.

stas-kh avatar stas-kh commented on July 22, 2024

Thank you, @marcuzy
Now it works as expected!

from tslint-origin-ordered-imports-rule.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.