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
// Block must not be padded by blank lines - Why not?
'padded-blocks': 'off',
// More than 1 blank line not allowed - Why not?
'no-multiple-empty-lines': 'off',
// Closing curly brace does not appear on the same line as the subsequent block - Not going to happen. Much more readable to have `else if (condition)` on new line.