Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-config-vtex

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-vtex - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "tslint-config-vtex",
"version": "1.0.1",
"version": "1.0.2",
"description": "VTEX's tslint config",

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

{
"rulesDirectory": ["../tslint-eslint-rules/dist/rules"],
"rules": {
"arrow-spacing": [true, { "before": true, "after": true }],
"ter-arrow-spacing": [true, { "before": true, "after": true }],
"block-spacing": [true, "always"],

@@ -16,3 +16,3 @@ "brace-style": [true, "1tbs", { "allowSingleLine": true }],

"no-arg": true,
"no-cond-assign": true,
"no-conditional-assignment": true,
"no-control-regex": true,

@@ -28,3 +28,3 @@ "no-duplicate-case": true,

"no-irregular-whitespace": true,
"labels-position": true,
"label-position": true,
"indent": [true, "spaces"],

@@ -31,0 +31,0 @@ "no-multi-spaces": 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