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

@dcos/tslint-config

Package Overview
Dependencies
Maintainers
10
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcos/tslint-config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.1.1"></a>
## [0.1.1](https://github.com/dcos-labs/tslint-config/compare/v0.1.0...v0.1.1) (2018-09-11)
<a name="0.1.0"></a>

@@ -7,0 +12,0 @@ # [0.1.0](https://github.com/dcos-labs/tslint-config/compare/v0.0.3...v0.1.0) (2018-05-31)

7

index.js

@@ -109,2 +109,6 @@ module.exports = {

],
"interface-name": [
true,
"never-prefix"
],
// Prettier

@@ -116,4 +120,5 @@ "prettier": true,

"jsx-boolean-value": "never",
"jsx-equals-spacing": "never"
"jsx-equals-spacing": "never",
"jsx-no-lambda": true
}
};

2

package.json
{
"name": "@dcos/tslint-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared tslint config for DCOS projects using typescript",

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

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