Open karol-majewski opened 7 years ago
+1 this
my case
before:
import { ControlsComponent } from './controls'
after:
import { ControlsComponent } from "./controls/controls"
cause [tslint] " should be ' (quotemark)
I see. Thanks guys! Will try to take a look.
On Sat, Jan 7, 2017 at 6:04 PM +0100, "Pleasurazy.LZ.C" notifications@github.com wrote:
+1 this
my case
before:
import { ControlsComponent } from './controls'
after:
import { ControlsComponent } from "./controls/controls"
cause [tslint] " should be ' (quotemark)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
👍 I too would love it to respect the originally used quote character. Or alternatively let us configure it.
Wanna try a PR?
Hello and thank you for your work!
One thing I've noticed is this: when
Fix relative paths
is applied, it wraps newly generated path into double quotes, regardless of the convention in use.After hitting
Fix relative paths
:The expected behavior would be to use the kind of quotes that were used before fixing the path.
Setup