0.0.14 • Published 6 years ago

@muffin-dev/tslint-config v0.0.14

Weekly downloads
14
License
ISC
Repository
gitlab
Last release
6 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

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago