-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsRule converter with incomplete, incorrect, or invalid rule names and/or argumentstype: bugSomething isn't workingSomething isn't working
Description
🐛 Bug Report
tslint-to-eslint-config
version: 0.2.9- ESLint version: 5.16.0
- Node version: 12.X
Actual Behavior
one-variable-per-declaration
outputs no rule arguments.
Expected Behavior
TSLint's one-variable-per-declaration
is a subset of ESLint's one-var
. one-var
allows either style while one-variable-per-declaration
only allows the "never"
style.
Reproduction
tslint.json
:
{
"rules": {
"one-variable-per-declaration": true
}
}
Metadata
Metadata
Assignees
Labels
area: incorrect converterRule converter with incomplete, incorrect, or invalid rule names and/or argumentsRule converter with incomplete, incorrect, or invalid rule names and/or argumentstype: bugSomething isn't workingSomething isn't working