Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Import Spacing Rule #2593

Closed
davidbarratt opened this issue Apr 17, 2017 · 2 comments
Closed

Import Spacing Rule #2593

davidbarratt opened this issue Apr 17, 2017 · 2 comments
Labels
Formatting rule Relates to a rule which enforces code formatting and likely overlaps with prettier Type: Question

Comments

@davidbarratt
Copy link

Is there a way to enforce:

import { TitleComponent } from "./title.component";

Instead of:

import {TitleComponent} from "./title.component";

If not, can this be added?

@adidahiya
Copy link
Contributor

the whitespace rule ought to do this, but it may have a bug at the moment: #2401

@rimiti
Copy link

rimiti commented Mar 14, 2019

This issue could be reopen, the problem persist... 🙏 😞

@adidahiya adidahiya added the Formatting rule Relates to a rule which enforces code formatting and likely overlaps with prettier label Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Formatting rule Relates to a rule which enforces code formatting and likely overlaps with prettier Type: Question
Projects
None yet
Development

No branches or pull requests

3 participants