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.10 to 1.0.11

2

build/index.js

@@ -100,3 +100,3 @@ "use strict";

namingStyle: "snake_case",
allowSuffixes: [".spec", ".config"],
allowSuffixes: [".spec", ".config", ".config.spec"],
}],

@@ -103,0 +103,0 @@ },

{
"name": "tslint-config-david-recommended",
"version": "1.0.10",
"version": "1.0.11",
"description": "A TSLint config for David recommended coding style",

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

@@ -104,5 +104,5 @@ import * as path from "path";

namingStyle: "snake_case",
allowSuffixes: [".spec", ".config"],
allowSuffixes: [".spec", ".config", ".config.spec"],
}],
},
};
{
"extends": [
"./build/index"
"./build/index.js"
]
}

Sorry, the diff of this file is not supported yet

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