Socket
Socket
Sign inDemoInstall

@ssense/tslint-config

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssense/tslint-config - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

4

index.js

@@ -42,3 +42,3 @@ var path = require('path');

'mocha-avoid-only': true,
'no-any': true,
'no-any': false,
'no-arg': true,

@@ -101,3 +101,3 @@ 'no-backbone-get-set-outside-model': true,

'no-inferrable-types': false,
'no-multiline-string': true,
'no-multiline-string': false,
'no-null-keyword': false,

@@ -104,0 +104,0 @@ 'no-relative-imports': false,

{
"name": "@ssense/tslint-config",
"version": "1.1.1",
"version": "2.0.0",
"description": "SSENSE's base TSLint configuration",

@@ -5,0 +5,0 @@ "main": "index.js",

## tslint-config
[![npm version](https://badge.fury.io/js/%40ssense%2Ftslint-config.svg)](https://badge.fury.io/js/%40ssense%2Ftslint-config) [![Build Status](https://travis-ci.org/SSENSE/tslint-config.svg?branch=test_integration)](https://travis-ci.org/SSENSE/tslint-config)
[![npm version](https://badge.fury.io/js/%40ssense%2Ftslint-config.svg)](https://www.npmjs.com/package/@ssense/tslint-config) [![Build Status](https://travis-ci.org/SSENSE/tslint-config.svg?branch=test_integration)](https://travis-ci.org/SSENSE/tslint-config)

@@ -5,0 +5,0 @@ The [tslint](http://palantir.github.io/tslint/) config we use at **SSENSE** for all TypeScript projects. It's a combination of base rules provided by tslint as well as rules from [tslint-microsoft-contrib](https://github.com/Microsoft/tslint-microsoft-contrib).

@@ -1,2 +0,1 @@

test_app.ts[8, 23]: Type declaration of 'any' is forbidden
test_app.ts[1, 3]: comment must start with a space

@@ -3,0 +2,0 @@ test_app.ts[3, 5]: The exported module or identifier name must match the file name. Found: test_app.ts and Foo

Sorry, the diff of this file is not supported yet

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