Socket
Socket
Sign inDemoInstall

@lego/tslint-config

Package Overview
Dependencies
64
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lego/tslint-config

LEGO shareable tslint config for ts projects


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@lego/tslint-config

Purpose

This is an opinionated all-round configuration. It includes the configuration for @lego/tslint-config-prettier so you don't need to add that one separately.

Installation

Install this config package:

$ npm i -D @lego/tslint-config

You don't need to install prettier or tslint as it is included. Reasoning is that we match the ruleset of tslint for its respective version. Adding your own tslint would create conflicts.

If you however want to add your own tslint should this configuration lag behind, you can refer to the usage 'overriding rules' to extend the rule definition default in your own tslint.json file.

Usage

Extend your tslint.json, and make sure @lego/tslint-config has been added:

{
  "extends": ["@lego/tslint-config"]
}

Rules

This package currently implements rules from the following tslint extensions:

Overriding Rules

With the above tslint.json configuration example, you can still use or override already defined rules as such:

{
  "extends": "@lego/tslint-config",
  "rules": {
    "no-submodule-imports": [true, "mobx", "mobx-react"]
  }
}

It's recommended to inspect the defined rule's configurations where the reasoning for the configuration lives. If a configuration could benefit more than just the project you're working on, feel free to create a pull request.

Keywords

FAQs

Last updated on 30 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc