This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Commit 874053d
Preset: WordPress requireBlocksOnNewLines
See https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/:
`if`/`else`/`for`/`while`/`try` blocks should always use braces,
and always go on multiple lines
Closes gh-19591 parent 0318aa5 commit 874053d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
0 commit comments