eslint-plugin-jira-ticket-todo-comment
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,9 +7,8 @@ /** | ||
// eslint-disable-next-line quotes | ||
const requireIndex = require("requireindex"); | ||
// import all rules in lib/rules | ||
module.exports.rules = requireIndex(`${__dirname}/rules`); | ||
module.exports.rules = { | ||
'jira-ticket-todo-comment': require(`./rules/jira-ticket-todo-comment`), | ||
}; | ||
{ | ||
"author": "bamboechop <npmjs@bamboechop.at>", | ||
"description": "Checks TODO comments and informs about missing Jira ticket mentions", | ||
"dependencies": { | ||
"requireindex": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
@@ -45,3 +42,3 @@ "eslint": "^8.0.1", | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
13058
1
9
1
- Removedrequireindex@^1.2.0
- Removedrequireindex@1.2.0(transitive)