Commit 8919c21
committed
Fix eslint to properly detect brace-less one-line if
The current config was changed to allow
brace-less one-line if, which are not allowed in the guidelines:
```
if (fooo) do_something();
```
Issue: GDL-101 parent 7f6c652 commit 8919c21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments