1.1.2 • Published 5 years ago

@sophonjs/config-tslint v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@sophonjs/config-tslint

Common linting configuration for SophonJS libraries.

Tool: TSLint

Supported Version: ^5.12.0

Exposed CLI commands:

  • sophonjs-config-tslint
  • sophonjs-config-tslint-fix
  • sophonjs-config-lint
  • sophonjs-config-lint-fix

Usage

Add tslint.json:

{
  "extends": "@sophonjs/config-tslint"
}

Use CLI commands above in package.json:

  "scripts": {
    "tslint": "sophonjs-config-tslint",
    "tslint-fix": "sophonjs-config-tslint-fix",
    "lint": "sophonjs-config-lint",
    "lint-fix": "sophonjs-config-lint-fix"
  }

Installation

This package requires typestrict to be installed.