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
Update: the first rule of that list (requirePaddingNewLineAfterVariableDeclaration) has already been removed as part of #13. So now there's only the last rule (requirePaddingNewLinesBeforeLineComments) to remove (done in #14)
Remove the following rules, which are already available on ESLint, and should be part of our preset:
requirePaddingNewLineAfterVariableDeclaration
(covered bynewline-after-var
)requirePaddingNewLinesBeforeLineComments
(covered bylines-around-comment
)The text was updated successfully, but these errors were encountered: