Socket
Socket
Sign inDemoInstall

tslint-config-david-recommended

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-david-recommended - npm Package Compare versions

Comparing version 1.0.0 to 1.0.3

8

package.json
{
"name": "tslint-config-david-recommended",
"version": "1.0.0",
"version": "1.0.3",
"description": "A TSLint config for David recommended coding style",

@@ -21,3 +21,7 @@ "main": "tslint.js",

"package.json"
]
],
"repository": {
"type": "git",
"url": "git://github.com/davidNHK/tslint-config-david-recommended.git"
}
}

@@ -23,5 +23,3 @@ const path = require('path');

true,
{
"never-prefix": true
}
"never-prefix"
],

@@ -40,11 +38,10 @@ "trailing-comma": [

"callable-types": false,
"variable-name": {
"severity": "error",
"options": [{
"allow-snake-case": true,
"allow-leading-underscore": true,
"check-format": true
}]
}
"variable-name": [true,
"check-format",
"allow-snake-case",
"allow-leading-underscore",
"allow-pascal-case"
],
"no-empty-interface": false
}
};
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