| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a0c420 commit 1a4ec6e
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -277,6 +277,8 @@ export default [ | |||
| 277 | 277 | wrapIndent: ' ', | |
| 278 | 278 | }], | |
| 279 | 279 | 'jsdoc/check-alignment': 'error', | |
| 280 | + 'jsdoc/reject-any-type': 'off', | ||
| 281 | + 'jsdoc/reject-function-type': 'off', | ||
| 280 | 282 | ||
| 281 | 283 | // Stylistic rules. | |
| 282 | 284 | '@stylistic/js/arrow-parens': 'error', | |
@@ -298,6 +300,7 @@ export default [ | |||
| 298 | 300 | MemberExpression: 'off', | |
| 299 | 301 | ObjectExpression: 'first', | |
| 300 | 302 | SwitchCase: 1, | |
| 303 | + assignmentOperator: 'off', | ||
| 301 | 304 | }], | |
| 302 | 305 | '@stylistic/js/key-spacing': 'error', | |
| 303 | 306 | '@stylistic/js/keyword-spacing': 'error', | |
@@ -326,7 +329,7 @@ export default [ | |||
| 326 | 329 | 'error', | |
| 327 | 330 | { blankLine: 'always', prev: 'function', next: 'function' }, | |
| 328 | 331 | ], | |
| 329 | - '@stylistic/js/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: true }], | ||
| 332 | + '@stylistic/js/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: 'always' }], | ||
| 330 | 333 | '@stylistic/js/quote-props': ['error', 'consistent'], | |
| 331 | 334 | '@stylistic/js/rest-spread-spacing': 'error', | |
| 332 | 335 | '@stylistic/js/semi': 'error', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments