import-sort
import-sort copied to clipboard
Sort ES2015 (aka ES6) imports. Both JavaScript and TypeScript are supported.
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Is this project active anymore? I know it is mostly stable, but there seem to be a few larger issues and I'm trying to figure out if I want to...
When trying to use this package with our code base, I found that the `import-sort-parser-typescript` does not check for comments containing the `import-sort-ignore` directive. This might fix issue #82, but...
Hi! Thanks for the work, this is pretty nice! There’s an edge case where it breaks code though: I have the file `react-app-env.d.ts`. It has the following content: ```ts declare...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.7.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
### What changed? Bumped minimatch from 3.0.4 to 3.0.5 per https://cwe.mitre.org/data/definitions/1333.html ### Testing Tested by running the following commands which succeeded locally: ``` yarn build yarn clean:build yarn lint yarn...
[TypeScript 4.5](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html) is released. With this, there are some new features around the imports. **Currently, they are not support by `vsc-sort-imports` and break the code.** --- For Example, some necessary...
Would you be open to a PR with an eslint sorter that does not introduce newlines between import groups? The reason is I am working on a project that enforces...
## Use case Run `import-sort` on an entire code base to programatically sort imports in all files according to a non-default import style. ## Current Workaround Temporarily modify the root...