elcharitas/waxe

View on GitHub
src/plugins/index.ts

Summary

Maintainability
A
0 mins
Test Coverage

file should end with a newline
Open

}
Severity: Minor
Found in src/plugins/index.ts by tslint

Rule: eofline

Ensures the file ends with a newline.

Fix for single-line files is not supported.

Rationale

It is a standard convention to end files with a newline.

Notes
  • Has Fix

Config

Not configurable.

Examples
"eofline": true

For more information see this page.

Parentheses are required when invoking a constructor
Open

        this.directives = new (extendProp(CoreDirectives, MiscDirectives.prototype));
Severity: Minor
Found in src/plugins/index.ts by tslint

Rule: new-parens

Requires parentheses when invoking a constructor via the new keyword.

Rationale

Maintains stylistic consistency with other function calls.

Config

Not configurable.

Examples
"new-parens": true

For more information see this page.

There are no issues that match your filters.

Category
Status