@marblecore/tslint-configuration

6.1.3 • Public • Published

version license downloads

TSLint Configuration

This project contains the TSLint configuration template which is in line with our coding style guide. A full list of all rules can be found here.

The version of this package indicates the minimal required version of TSLint.

Usage

  1. Add this package to your project:

    # From npm
    npm install @marblecore/tslint-configuration --save-dev
    
    # From repository
    npm install git+ssh://git@gitlab.com:marblecore/tslint-configuration.git --save-dev
  2. Install TSLint to your project:

    npm install tslint --save-dev
  3. Create a file tslint.json at the root of your project and insert the following code:

    {
        "extends": "@marblecore/tslint-configuration"
    }
  4. Execute linter:

    tslint -c tslint.json file.ts

Readme

Keywords

none

Package Sidebar

Install

npm i @marblecore/tslint-configuration

Weekly Downloads

0

Version

6.1.3

License

MIT

Unpacked Size

8.18 kB

Total Files

4

Last publish

Collaborators

  • markvandenbrink
  • martijnwijtmans
  • jurgenvandenbrink