We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c817f6c commit f45c614Copy full SHA for f45c614
‎docs/rules/no-unsupported-features/es-syntax.md
@@ -68,6 +68,8 @@ The `"ignores"` option accepts an array of the following strings.
68
69
- `"bigint"`
70
- `"dynamicImport"`
71
+- `"optionalChaining"`
72
+- `"nullishCoalescingOperators"`
73
74
**ES2019:**
75
0 commit comments