You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ESLint: There should be no empty line within import group(import/order)import{ExecaReturnValue}from'execa';importexeca= require('execa');
When remove 1 empty line:
// ESLint: Expected 1 empty line after import statement not followed by another import.(import/newline-after-import)import{ExecaReturnValue}from'execa';importexeca= require('execa');
Maybe a bug, with
v2.20.2
works well.When remove 1 empty line:
Config rules
The text was updated successfully, but these errors were encountered: