| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 580ae56 commit dc4258a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,9 @@ | |||
| 1 | 1 | rules: | |
| 2 | - # Variables | ||
| 3 | - # http://eslint.org/docs/rules/#variables | ||
| 2 | + comma-dangle: | ||
| 3 | + - error | ||
| 4 | + - arrays: 'always-multiline' | ||
| 5 | + objects: 'only-multiline' | ||
| 6 | + imports: 'only-multiline' | ||
| 7 | + exports: 'only-multiline' | ||
| 4 | 8 | no-unused-vars: [error, { args: 'after-used' }] | |
| 9 | + prefer-arrow-callback: error | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments