We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import/order
/* eslint import/order: 2 */ const foo = require('./foo') const {promisify} = require('util')
Expected: Fixer fixes. Actual: Fixer does not fix.
The text was updated successfully, but these errors were encountered:
[Fix] order: add fixer for destructuring commonjs import
order
636b6f6
fixes import-js#1337
[New] order: add fixer for destructuring commonjs import
15e5c61
Successfully merging a pull request may close this issue.
Expected:
Fixer fixes.
Actual:
Fixer does not fix.
The text was updated successfully, but these errors were encountered: