Gathering detailed insights and metrics for remark-lint-hiring-without-whiteboards-links
Gathering detailed insights and metrics for remark-lint-hiring-without-whiteboards-links
Gathering detailed insights and metrics for remark-lint-hiring-without-whiteboards-links
Gathering detailed insights and metrics for remark-lint-hiring-without-whiteboards-links
npm install remark-lint-hiring-without-whiteboards-links
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
5,684
Last Day
2
Last Week
10
Last Month
53
Last Year
560
1 Stars
12 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jun 12, 2024
Minified
Minified + Gzipped
Latest Version
0.3.2
Package Id
remark-lint-hiring-without-whiteboards-links@0.3.2
Size
29.06 kB
NPM Version
4.4.1
Node Version
7.7.3
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
-9.1%
10
Compared to previous week
Last Month
-27.4%
53
Compared to previous month
Last Year
-55.5%
560
Compared to previous year
This remark-lint rule was created for hiring-without-whiteboards to enforce hiring-without-whiteboards formatting guidelines.
This rule only applies to list items starting with a link. It enforces the following things:
A single location must contain city name and country, separated by a ,
.
Multiple locations should be separated by ;
, &
or /
.
Remote should just contain Remote
, and not online
, distributed
, anywhere
, etc
- [MyCompany](https://example.com/jobs) | San Francisco, CA; Tokyo, Japan | My description
- [MyCompany](https://example.com/jobs) | San Francisco, CA; Tokyo, Japan; Remote | My description
- [MyCompany](https://example.com/jobs) | Tokyo | My description
- [MyCompany](https://example.com/jobs) | Melbourne, Victoria, Australia | My description
- [MyCompany](https://example.com/jobs) | Tokyo, Japan (HQ) & anywhere in the world | My description
The link format should be company name and link | locations | description
.
- [MyCompany](https://example.com/jobs) | San Francisco, CA; Tokyo, Japan | My description
- [MyCompany](https://example.com/jobs) | San Francisco, CA; Tokyo, Japan
.remarkrc
1npm install -g remark-cli 2npm install remark-lint remark-lint-hiring-without-whiteboards-links
Then, set up your .mdastrc
:
1{ 2 "plugins": [ 3 "lint", 4 "lint-hww-links" 5 ] 6}
Now you can use the following command to run the lint:
1remark xxx.md
1npm install -g remark-cli 2npm install remark-lint remark-lint-hiring-without-whiteboards-links 3remark -u lint -u lint-hww-links xxx.md
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
55 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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