eslint-plugin-folders
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -20,6 +20,2 @@ "use strict"; | ||
const matchesRegex = conventionRegexp.test(directory) | ||
// console.log(`the directory: ${directory}`) | ||
// console.log(`the regex`, conventionRegexp) | ||
// console.log(`the relative path`, relativePath) | ||
// console.log(`the truth`, matchesRegex) | ||
if (!matchesRegex) { | ||
@@ -26,0 +22,0 @@ context.report(node, "FolderName '{{name}}' in path '{{path}}' does not match the naming convention.", { |
{ | ||
"name": "eslint-plugin-folders", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Eslint rule for consistent folder names.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3375
42