| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5522467 commit 84f7b5c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,12 +118,14 @@ module.exports = { | |||
| 118 | 118 | 'no-class-assign': 'error', | |
| 119 | 119 | 'no-confusing-arrow': 'error', | |
| 120 | 120 | 'no-const-assign': 'error', | |
| 121 | + 'no-constructor-return': 'error', | ||
| 121 | 122 | 'no-control-regex': 'error', | |
| 122 | 123 | 'no-debugger': 'error', | |
| 123 | 124 | 'no-delete-var': 'error', | |
| 124 | 125 | 'no-dupe-args': 'error', | |
| 125 | 126 | 'no-dupe-class-members': 'error', | |
| 126 | 127 | 'no-dupe-keys': 'error', | |
| 128 | + 'no-dupe-else-if': 'error', | ||
| 127 | 129 | 'no-duplicate-case': 'error', | |
| 128 | 130 | 'no-duplicate-imports': 'error', | |
| 129 | 131 | 'no-empty-character-class': 'error', | |
@@ -247,6 +249,7 @@ module.exports = { | |||
| 247 | 249 | 'no-return-await': 'error', | |
| 248 | 250 | 'no-self-assign': 'error', | |
| 249 | 251 | 'no-self-compare': 'error', | |
| 252 | + 'no-setter-return': 'error', | ||
| 250 | 253 | 'no-shadow-restricted-names': 'error', | |
| 251 | 254 | 'no-tabs': 'error', | |
| 252 | 255 | 'no-template-curly-in-string': 'error', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments