Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipchamp/tslint-config

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipchamp/tslint-config

Clipchamp's TypeScript configuration. Consistent code a day keeps the linter away

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
12
Created
Source

Clipchamp TS Style-Guide

This repository holds all sharable rules between our Typescript based libraries, tools and apps. For example, if you are writing a Typescript library, you may want to only lint Typescript, with no Angular rules.

Get up and running by installing the npm package: @clipchamp/tslint-config

npm install --save-dev @clipchamp/tslint-config

And don't forget the peer dependencies:

  • codelyzer
  • sonar-ts
  • tslint

Setting Up For Your Project

The most common scenarios you will have is:

  • With Angular Base Rules
  • Without Angular Base Rules

No Angular Base Rules

You can achieve this via:

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

Angular Base Rules

You can achieve this via:

{
  "rulesDirectory": [
    "node_modules/codelyzer"
  ],
  "extends": [
    "@clipchamp/tslint-config/tslint-config-angular"
  ],
}

Keywords

FAQs

Package last updated on 26 Jul 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc