se-panfilov/vue-notifications

View on GitHub

Showing 1 of 1 total issue

Calls to 'console.log' are not allowed.
Open

  const method = isMethodOverridden ? (<any>VueNotifications).pluginOptions[valuesObj.type] : console.log
Severity: Minor
Found in src/vue-notifications.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Severity
Category
Status
Source
Language