Commit 385a0a2
authored
fix: update invalid cli option
Currently when running `eslint --ext ts --no-unused-disable-directives .` it throws an error `Invalid option '--unused-disable-directives' - perhaps you meant '--report-unused-disable-directives'?`
`"eslint": "^6.4.0"`1 parent 9c77395 commit 385a0a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments