js-autoimport
js-autoimport copied to clipboard
Adds too much spacing for brace-style imports
We use this convention:
import {a, b, c} from './x';
Your package rewrites this as:
import { a, b, c } from './x';
...which won't work for us. This needs to be configurable.
its already in configuration. go to package settings and check 'space for named imports'