tslint-config-david-recommended
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "tslint-config-david-recommended", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A TSLint config for David recommended coding style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -10,3 +10,3 @@ const path = require("path"); | ||
path.join(path.dirname(require.resolve("tslint-microsoft-contrib")), "./"), | ||
"node_modules/vrsource-tslint-rules/rules", | ||
path.join("/rules", path.dirname(require.resolve("vrsource-tslint-rules")), "./"), | ||
path.join(path.dirname(require.resolve("tslint-plugin-ikatyang")), "./"), | ||
@@ -13,0 +13,0 @@ ], |
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
3843