eslint-plugin-import-order-autofix icon indicating copy to clipboard operation
eslint-plugin-import-order-autofix copied to clipboard

An extension of eslint-pluigin-import that adds the fix option

Results 8 eslint-plugin-import-order-autofix issues
Sort by recently updated
recently updated
newest added

When using with typescript I get ``` Error: did not recognize object of type "TSTypeAliasDeclaration" ```

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 4.1.1 > This backport fixes a bug in coveralls configuration as well as the `.extend()` function....

dependencies

Very nice plugin, seems to work very well! May I ask why the fix feature isn't part of `eslint-plugin-import/order`?

Imports are nolonger getting removed. But 2 culprits still exists: 1. when there is non-import-code between 2 import it gets removed 2. additional empty newlines are left-behind on original import...

When using the --fix option my react-fontawesome import was deleted ... Settings ``` "import-order-autofix/order": ["error", {"newlines-between": "always"}] ``` Original ``` import PropTypes from 'prop-types'; import React, {Component} from 'react'; import...

#Hi Alex, thanks for all your hard work! Unfortunately, I can't seem to get this to work. I keep getting this error when I try to run my linter: ````...