@opencreek/eslint-plugin-ts
Advanced tools
Comparing version 0.5.0-canary.20.5942334688.0 to 0.5.0-canary.20.5942379773.0
@@ -41,2 +41,5 @@ "use strict"; | ||
const indexFileExist = pathExistsWithAnyExtension(source + "/index", context); | ||
if (!directFileExist && !indexFileExist) { | ||
return; | ||
} | ||
context.report({ | ||
@@ -43,0 +46,0 @@ node, |
{ | ||
"name": "@opencreek/eslint-plugin-ts", | ||
"version": "0.5.0-canary.20.5942334688.0", | ||
"version": "0.5.0-canary.20.5942379773.0", | ||
"description": "ESLint plugin for Common TypeScript rules", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0870abf745ae8284e7af0365a2e8232accb76d20" | ||
"gitHead": "d7e11e1af1d42d880a36824005b032c51944daaf" | ||
} |
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
66990
354