| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4518fdd commit 090a674
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -179,6 +179,7 @@ module.exports = { | |||
| 179 | 179 | 'no-class-assign': 'error', | |
| 180 | 180 | 'no-confusing-arrow': 'error', | |
| 181 | 181 | 'no-const-assign': 'error', | |
| 182 | + 'no-constant-condition': ['error', { checkLoops: false }], | ||
| 182 | 183 | 'no-constructor-return': 'error', | |
| 183 | 184 | 'no-control-regex': 'error', | |
| 184 | 185 | 'no-debugger': 'error', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments