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

@vingle/tslint-preset

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vingle/tslint-preset - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

CHANGELOG.md

8

package.json
{
"name": "@vingle/tslint-preset",
"version": "1.0.1",
"version": "2.0.0",
"description": "tslint rules for Vingle",

@@ -26,5 +26,9 @@ "private": false,

"peerDependencies": {
"tslint": "^5.10.0 || ^6.0.0",
"tslint": "^6.0.0",
"typescript": "^3.0.0"
},
"devDependencies": {
"@vingle/semantic-release-config": "2.0.0",
"semantic-release-commit-filter": "1.0.2"
}
}

@@ -10,6 +10,14 @@ {

"interface-name": [true, "never-prefix"],
"trailing-comma": false,
"arrow-parens": false
"whitespace": true,
"type-literal-delimiter": true,
"ordered-imports": true,
"semicolon": [true, "always"],
"trailing-comma": [true, {
"multiline": "always",
"singleline": "never",
"esSpecCompliant": true
}],
"arrow-parens": true
},
"rulesDirectory": []
}
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