rspec/rules/S3972/javascript/compliant-code-exclusive.adoc
2023-06-09 16:37:07 +02:00

8 lines
91 B
Plaintext

[source,javascript]
----
if (condition1) {
// ...
} else if (condition2) {
//...
}
----