| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4cd4e7c commit 941a91d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -282,6 +282,10 @@ module.exports = { | |||
| 282 | 282 | 'one-var': ['error', { initialized: 'never' }], | |
| 283 | 283 | 'one-var-declaration-per-line': 'error', | |
| 284 | 284 | 'operator-linebreak': ['error', 'after'], | |
| 285 | + 'padding-line-between-statements': [ | ||
| 286 | + 'error', | ||
| 287 | + { blankLine: 'always', prev: 'function', next: 'function' }, | ||
| 288 | + ], | ||
| 285 | 289 | 'prefer-const': ['error', { ignoreReadBeforeAssign: true }], | |
| 286 | 290 | 'quotes': ['error', 'single', { avoidEscape: true }], | |
| 287 | 291 | 'quote-props': ['error', 'consistent'], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments