| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52a0d76 commit 3e2e779
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,9 +60,9 @@ module.exports = { | |||
| 60 | 60 | 'brace-style': ['error', '1tbs', { allowSingleLine: true }], | |
| 61 | 61 | 'capitalized-comments': ['error', 'always', { | |
| 62 | 62 | line: { | |
| 63 | - // Ignore all lines that have less characters than 40 and all lines that | ||
| 63 | + // Ignore all lines that have less characters than 30 and all lines that | ||
| 64 | 64 | // start with something that looks like a variable name or code. | |
| 65 | - ignorePattern: '^.{0,40}$|^ [a-z]+ ?[0-9A-Z_.(/=:[#-]|^ std', | ||
| 65 | + ignorePattern: '^.{0,30}$|^ [a-z]+ ?[0-9A-Z_.(/=:[#-]|^ std', | ||
| 66 | 66 | ignoreInlineComments: true, | |
| 67 | 67 | ignoreConsecutiveComments: true, | |
| 68 | 68 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments