Commit 05be0a9
disable core rule "no-unused-vars" (#205)
* disable core rule "no-unused-vars"
Same problem as in ota-meshi/eslint-plugin-yml#204, same fix as in ota-meshi/eslint-plugin-yml#205
example.jsonc
```json
/* global test */
"data"
```
triggers `1:11 error 'test' is defined but never used. Allowed unused vars must match /^_/u no-unused-vars`
* Create smart-bottles-beam.md
Co-authored-by: Yosuke Ota <[email protected]>1 parent 9f381c5 commit 05be0a9
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments