willhoney7 / eslint-plugin-import-helpers

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

Allow Functions Before Imports #49

Open OliveiraCleidson opened 2 years ago

OliveiraCleidson commented 2 years ago

Problem: When it is necessary to use a function before imports, such as jest, having a way to allow it to be at the top of the file without disabling the eslint function.

Eslint Error without bypass image

image