seegno / jscs-config-seegno

Seegno-flavored JSCS config
2 stars 0 forks source link

Remove require padding before `finally` #6

Closed ruiquelhas closed 8 years ago

ruiquelhas commented 8 years ago

The requirePaddingNewlinesBeforeKeywords rule currently in use does not allow:

try {
  ...
} catch (err) {
  ...
} finally {
  ...
}