Open regseb opened 1 year ago
I'd like to +1 this. I have an issue where I have a eslint-disable directive in the middle of my imports, and newline-after-import is incorrectly determining this to be the end of my import statements and therefore I need to have a space before it, which I do not want.
Ignore comments between imports when option
considerComments
is actived inimport/newline-after-import
.index.js
package.json
eslint.config.js
npm install
npx eslint