0.0.14 • Published 7 years ago

@muffin-dev/tslint-config v0.0.14

Weekly downloads
14
License
ISC
Repository
gitlab
Last release
7 years ago

Muffin Dev - TS Lint Config

This module contains a simple JSON file that you can use as an extends entry in tslint.json file of your projects.

Most of Muffin Dev projects use that configuration.

Installation

npm i @muffin-dev/tslint-config --save-dev

Use the configuration

In your tslint.json file, add @muffin-dev/tslint-config entry to extends array. example:

{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended",
        "@muffin-dev/tslint-config"
    ],
    "jsRules": {},
    "rules": {},
    "rulesDirectory": []
}

And that's it! Note that you can still define rules, and they will override all your extends configurations.

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago