| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 447347c commit 837ebd1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,8 +65,10 @@ rules: | |||
| 65 | 65 | eol-last: 2 | |
| 66 | 66 | ## no trailing spaces | |
| 67 | 67 | no-trailing-spaces: 2 | |
| 68 | - # require space after keywords, eg 'for (..)' | ||
| 68 | + ## require space after keywords, eg 'for (..)' | ||
| 69 | 69 | space-after-keywords: 2 | |
| 70 | + ## no leading/trailing spaces in parens | ||
| 71 | + space-in-parens: [2, "never"] | ||
| 70 | 72 | ||
| 71 | 73 | # ECMAScript 6 | |
| 72 | 74 | # list: http://eslint.org/docs/rules/#ecmascript-6 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments