Gathering detailed insights and metrics for eslint-plugin-todo-plz
Gathering detailed insights and metrics for eslint-plugin-todo-plz
Gathering detailed insights and metrics for eslint-plugin-todo-plz
Gathering detailed insights and metrics for eslint-plugin-todo-plz
npm install eslint-plugin-todo-plz
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
27 Stars
34 Commits
9 Forks
3 Watching
1 Branches
4 Contributors
Updated on 08 Aug 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-8.4%
3,586
Compared to previous day
Last week
4.6%
22,241
Compared to previous week
Last month
6.2%
97,056
Compared to previous month
Last year
86.4%
1,010,898
Compared to previous year
Enforce consistent and maintainable TODO comments.
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-todo-plz
:
$ npm install eslint-plugin-todo-plz --save-dev
Add todo-plz
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
1{ 2 "plugins": ["todo-plz"] 3}
Then configure the rules you want to use under the rules section.
1{ 2 "rules": { 3 "todo-plz/ticket-ref": ["error", { "pattern": "PROJ-[0-9]+" }] 4 } 5}
expiring-todo-comments
for showing me how to build my first ESLint rule.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 3/26 approved changesets -- score normalized to 1
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More