Socket
Socket
Sign inDemoInstall

@ssense/tslint-config

Package Overview
Dependencies
Maintainers
11
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.2 to 5.0.3

.idea/encodings.xml

7

index.js

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

'no-debugger': true,
'no-duplicate-case': true,
'no-duplicate-switch-case': true,
'no-duplicate-super': true,

@@ -72,3 +72,3 @@ 'no-duplicate-variable': true,

'no-sparse-arrays': true,
'no-stateless-class': true,
'no-unnecessary-class': true,
'no-string-literal': true,

@@ -91,3 +91,2 @@ 'no-string-throw': true,

'use-named-parameter': true,
'valid-typeof': true,

@@ -141,3 +140,3 @@ /**

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

@@ -144,0 +143,0 @@ 'one-variable-per-declaration': true,

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

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

@@ -1,6 +0,6 @@

ERROR: test_app.ts[1, 3]: comment must start with a space
ERROR: test_app.ts[3, 5]: The exported module or identifier name must match the file name. Found: test_app.ts and Foo
ERROR: test_app.ts[4, 16]: Method name does not match /^[a-z][\w\d]+$/: Bar
ERROR: test_app.ts[14, 2]: statements are not aligned
ERROR: test_app.ts[2, 1]: 'namespace' and 'module' are disallowed
ERROR: test_app.ts[14, 1]: Expected indentation of 0 spaces but found 1.
ERROR: test_app.ts:1:3 - comment must start with a space
ERROR: test_app.ts:2:1 - 'namespace' and 'module' are disallowed
ERROR: test_app.ts:3:5 - The exported module or identifier name must match the file name. Found: test_app.ts and Foo
ERROR: test_app.ts:4:16 - Method name does not match /^[a-z][\w\d]+$/: Bar
ERROR: test_app.ts:14:1 - Expected indentation of 0 spaces but found 1.
ERROR: test_app.ts:14:2 - statements are not aligned

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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