-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't working
Milestone
Description
🐛 Bug Report
tslint-to-eslint-config
version: 0.2.8- ESLint version: 6.5.1
- Node version: 10.16.3
Actual Behavior
TSLint no-reference is being converted to
"@typescript-eslint/no-triple-slash-reference"
Expected Behavior
TSLint no-reference should be converted to
"@typescript-eslint/triple-slash-reference"
Reproduction
tslint.json file:
{
"rules": [
...,
"no-reference": true,
...
}
npx tslint-to-eslint-config
JoshuaKGoldberg
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't working