New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tslint-config-ccs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-ccs - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

7

package.json
{
"name": "tslint-config-ccs",
"version": "0.2.0",
"version": "0.3.0",
"description": "A tslint configuration for and by Creative Curiosity",

@@ -22,3 +22,6 @@ "main": "tslint.json",

"bugs": "https://github.com/creativecuriositystudio/tslint-config-ccs/issues",
"homepage": "https://github.com/creativecuriositystudio/tslint-config-ccs#readme"
"homepage": "https://github.com/creativecuriositystudio/tslint-config-ccs#readme",
"dependencies": {
"tslint-eslint-rules": "^3.4.0"
}
}
{
"extends": "tslint:recommended",
"extends": [
"tslint:recommended",
"tslint-eslint-rules"
],
"rules": {
"object-curly-spacing": [true, "always", { "objectsInObjects": false }],
"no-constant-condition": true,
"no-extra-semi": true,
"valid-typeof": true,
"brace-style": [true, "1tbs", { "allowSingleLine": true }],
"no-shadowed-variable" false,
"linebreak-style": [true, "LF"],
"array-type": [true, "array"],

@@ -5,0 +15,0 @@ "quotemark": [true, "single", "jsx-double", "avoid-escape"],

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