typescript-strictly-typed
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -24,3 +24,5 @@ "use strict"; | ||
} | ||
log_utils_1.logInfo(`Can't find ${path.basename(files[0], '.json')} config file. Skipping this configuration.`); | ||
if (files[0]) { | ||
log_utils_1.logInfo(`Can't find ${path.basename(files[0], '.json')} config file. Skipping this configuration.`); | ||
} | ||
return null; | ||
@@ -27,0 +29,0 @@ } |
{ | ||
"name": "typescript-strictly-typed", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Enable configurations for strictly typed TypeScript, ESLint or TSLint, and optionally Angular.", | ||
@@ -55,10 +55,10 @@ "funding": { | ||
"@types/json5": "0.0.30", | ||
"@types/node": "14.14.7", | ||
"@typescript-eslint/eslint-plugin": "4.7.0", | ||
"@typescript-eslint/parser": "4.7.0", | ||
"@types/node": "14.14.9", | ||
"@typescript-eslint/eslint-plugin": "4.8.1", | ||
"@typescript-eslint/parser": "4.8.1", | ||
"copyfiles": "2.4.0", | ||
"eslint": "7.13.0", | ||
"rimraf": "3.0.2", | ||
"typescript": "4.0.5" | ||
"typescript": "4.1.2" | ||
} | ||
} |
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
23163
430