]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/rules/no-mixed-operators.md
import and build new upstream release 7.2.0
[pve-eslint.git] / eslint / docs / rules / no-mixed-operators.md
index 3206d18fb7d50e861204359368670a31b27d635c..674a847f7fb11a06416377ddf5f86fef4f55ec85 100644 (file)
@@ -100,6 +100,7 @@ The following operators can be used in `groups` option:
 * Bitwise Operators: `"&"`, `"|"`, `"^"`, `"~"`, `"<<"`, `">>"`, `">>>"`
 * Comparison Operators: `"=="`, `"!="`, `"==="`, `"!=="`, `">"`, `">="`, `"<"`, `"<="`
 * Logical Operators: `"&&"`, `"||"`
+* Coalesce Operator: `"??"`
 * Relational Operators: `"in"`, `"instanceof"`
 * Ternary Operator: `?:`