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 - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "@clipchamp/tslint-config",
"version": "0.1.5",
"version": "0.1.6",
"description": "Clipchamp's TypeScript configuration. Consistent code a day keeps the linter away",

@@ -5,0 +5,0 @@ "main": "tslint-base.json",

@@ -6,2 +6,14 @@ # Clipchamp TS Style-Guide

Get up and running by installing the npm package: `@clipchamp/tslint-config`
```sh
npm install --save-dev @clipchamp/tslint-config
```
And don't forget the peer dependencies:
- codelyzer
- sonar-ts
- tslint
## Setting Up For Your Project

@@ -8,0 +20,0 @@

@@ -173,3 +173,2 @@ {

"no-unused-expression": true,
"no-use-before-declare": true,
"no-use-of-empty-return-value": true,

@@ -176,0 +175,0 @@ "no-useless-cast": true,

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