@ssense/tslint-config
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17362