Commit 260e454
committed
chore: disable no-unused-expressions for test files
Chai expect() triggers no-unused-expressions in Standard. Override for
test/**/*.js so test files don't need eslint-disable on every expect().1 parent ade22b1 commit 260e454
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
0 commit comments