diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ Lint ideas | |||
47 | `_: expr`) | 47 | `_: expr`) |
48 | - redundant pattern `{...} @ inputs : expr`, replace with | 48 | - redundant pattern `{...} @ inputs : expr`, replace with |
49 | `inputs: expr` | 49 | `inputs: expr` |
50 | - useless hasAttr: `if x ? a then x.a else default` can be | ||
51 | replaced with `x.a or default` | ||
50 | 52 | ||
51 | Extensions | 53 | Extensions |
52 | ---------- | 54 | ---------- |