| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0951bd9 commit dae2e5f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -313,6 +313,7 @@ module.exports = { | |||
| 313 | 313 | { blankLine: 'always', prev: 'function', next: 'function' }, | |
| 314 | 314 | ], | |
| 315 | 315 | 'prefer-const': ['error', { ignoreReadBeforeAssign: true }], | |
| 316 | + 'prefer-object-has-own': 'error', | ||
| 316 | 317 | 'quotes': ['error', 'single', { avoidEscape: true }], | |
| 317 | 318 | 'quote-props': ['error', 'consistent'], | |
| 318 | 319 | 'rest-spread-spacing': 'error', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments