| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 26f8ccf commit 7542a3b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -234,6 +234,7 @@ module.exports = { | |||
| 234 | 234 | 'no-unreachable': 'error', | |
| 235 | 235 | 'no-unsafe-finally': 'error', | |
| 236 | 236 | 'no-unsafe-negation': 'error', | |
| 237 | + 'no-unsafe-optional-chaining': 'error', | ||
| 237 | 238 | 'no-unused-expressions': ['error', { allowShortCircuit: true }], | |
| 238 | 239 | 'no-unused-labels': 'error', | |
| 239 | 240 | 'no-unused-vars': ['error', { args: 'none', caughtErrors: 'all' }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments