I want the following effect for the import path. Can prettier do it?
import a from "a"
import bbbbbbbbbbbbbbbb from "b"
import c from "c"
I want the following effect for the import path. Can prettier do it?
import a from "a"
import bbbbbbbbbbbbbbbb from "b"
import c from "c"
No, it doesn't. The default formatting for import statements is different from what you're seeking and it is not configurable.