import-sort
import-sort copied to clipboard
Sort ES2015 (aka ES6) imports. Both JavaScript and TypeScript are supported.
Hello! I have a private project in which I need to include custom import formatting rules and I can't / do not want to publish `import-sort-style-*` module. Is there a...
Run into a problem having an import like ``` import 'nprogress/nprogress.css'; ``` and sorting rule like ``` sort: member(unicode), ``` Import object will look like: ``` { start: 340, end:...
We have files generated by the Relay compiler that we don't want to lint. Fortunately, all the generated files have the following prelude: ``` /* tslint:disable */ /* eslint-disable */...
Tilda is a common alias for project root. For example, Parcel uses it by default. ``` import { Main } from "~/components/Main" ```
Is there any way to provide path to custom style module? Or it has to be uploaded to npm as `import-sort-style-$name` and then used as: ``` "importSort": { ".js, .jsx,...
Hi could you also improve the comment deal to have it done also with this comments ```code import { SOME_LONGER_CONSTANTS_HERE, AND_SOME_LONGER_CONSTANTS_HERE, // flow-ignore-next-line } from 'constants/foo'; ``` we are moving...
It's probably a good idea to add a dedicated parser for Vue files or least some kind of Vue mode for the existing Babel and TypeScript parsers. Any example source...
Fix isImportNamespaceSpecifier not being called in import-sort-parser-babylon
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
As the extension has an icon, it would be nice to adopt it as the official one, and also we could have it in the vscode-icons project. I just raised...