Skip to content

no-console parameters are converted wrong (black list vs white list) #234

Closed
@HolgerJeromin

Description

@HolgerJeromin

🐛 Bug Report

Actual Behavior

"no-console": [true, "log", "error"]
is converted to

 "no-console": [
         "error",
         {
            "allow": [
               "log",
               "error"
            ]
         }
      ],

tslint no-console parameter are a blacklist. but eslint parameter only allows a whitelist.

Metadata

Metadata

Labels

type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions