Skip to content

quotes and class member spacing

Compare
Choose a tag to compare
@jacekkopecky jacekkopecky released this 27 Mar 11:33
· 41 commits to master since this release

adds the following rules #7 :

    'quotes': ['error', 'single', 'avoid-escape'],
    'lines-between-class-members': ['error', 'always', {
      exceptAfterSingleLine: true,
    }],