willhoney7 / eslint-plugin-import-helpers

ESLint plugin to help enforce a configurable order for import statements
291 stars 17 forks source link

Failing test (see link to code) #29

Open willhoney7 opened 4 years ago

willhoney7 commented 4 years ago

In the update to support ESLint v7, I was forced to add output to a test... However, when I added the correct (at least I'm pretty sure it's correct) output to the test, the test now fails! Creating this as an issue to remember for later and/or allow others to jump in if they so desire.

See here: https://github.com/Tibfib/eslint-plugin-import-helpers/blob/master/test/rules/order-imports-2.js#L133