tslint-config-david-recommended
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17257
0