| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 739c2a3 commit 9be67b2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,6 +114,7 @@ module.exports = { | |||
| 114 | 114 | tabWidth: 2, | |
| 115 | 115 | }], | |
| 116 | 116 | 'new-parens': 'error', | |
| 117 | + 'no-async-promise-executor': 'error', | ||
| 117 | 118 | 'no-class-assign': 'error', | |
| 118 | 119 | 'no-confusing-arrow': 'error', | |
| 119 | 120 | 'no-const-assign': 'error', | |
@@ -246,6 +247,7 @@ module.exports = { | |||
| 246 | 247 | 'no-return-await': 'error', | |
| 247 | 248 | 'no-self-assign': 'error', | |
| 248 | 249 | 'no-self-compare': 'error', | |
| 250 | + 'no-shadow-restricted-names': 'error', | ||
| 249 | 251 | 'no-tabs': 'error', | |
| 250 | 252 | 'no-template-curly-in-string': 'error', | |
| 251 | 253 | 'no-this-before-super': 'error', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments