Skip to content

Commit 848bcaf

Browse files
committed
fix: no-implicit-coercion pattern name is used from the md file
1 parent fd7429e commit 848bcaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.grit/patterns/js/no_implicit_coercion.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ function parenthesized_or_not($exp){
2121
},
2222
}
2323
24-
pattern no_implicit_coercion() {
25-
2624
or {
2725
`!!$v` as $exp where {
2826
$e = parenthesized_or_not($v),
@@ -50,7 +48,6 @@ pattern no_implicit_coercion() {
5048
$exp => `String$e`
5149
},
5250
}
53-
}
5451
5552
```
5653

0 commit comments

Comments
 (0)