Socket
Socket
Sign inDemoInstall

@ssense/tslint-config

Package Overview
Dependencies
Maintainers
10
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 5.0.0 to 5.0.1

12

index.js

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

'no-banned-terms': true,
'no-cookies': true,
'no-delete-expression': true,

@@ -40,3 +39,2 @@ 'no-disable-auto-sanitization': true,

*/
'await-promise': true,
'forin': true,

@@ -61,4 +59,2 @@ 'jquery-deferred-must-complete': true,

'no-empty': true,
'no-floating-promises': true,
'no-for-in-array': true,
'no-import-side-effect': true,

@@ -82,8 +78,5 @@ 'no-increment-decrement': true,

'no-unnecessary-override': true,
'no-unsafe-any': true,
'no-unsafe-finally': true,
'no-unused-expression': true,
'no-use-before-declare': true,
'no-with-statement': true,
'promise-function-async': true,
'promise-must-complete': true,

@@ -93,4 +86,2 @@ 'radix': true,

'react-unused-props-and-state': true,
'restrict-plus-operands': true, // the plus operand should really only be used for strings and numbers
'strict-boolean-expressions': true,
'switch-default': true,

@@ -145,3 +136,2 @@ 'triple-equals': [true, 'allow-null-check'],

'no-unnecessary-local-variable': true,
'no-unnecessary-qualifier': true,
'no-unsupported-browser-code': true,

@@ -152,3 +142,2 @@ 'no-useless-files': true,

'no-var-self': true,
'no-void-expression': true,
'object-literal-sort-keys': false, // turn object-literal-sort-keys off and sort keys in a meaningful manner

@@ -243,4 +232,3 @@ 'one-variable-per-declaration': true,

'no-switch-case-fall-through': false, // now supported by TypeScript compiler
'typeof-compare': false, // the valid-typeof rule is currently superior to this version
}
};

2

package.json
{
"name": "@ssense/tslint-config",
"version": "5.0.0",
"version": "5.0.1",
"description": "SSENSE's base TSLint configuration",

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

@@ -15,3 +15,3 @@ ## tslint-config

4. Run **tslint**
* `./node_modules/.bin/tslint ./tsconfig.json --type-check`
* `./node_modules/.bin/tslint`

@@ -18,0 +18,0 @@ #### tslint.json

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