Enforce using HTTPS URLs over HTTP.
const foo = 'http://sindresorhus.com';
// Hello: http://sindresorhus.com
const foo = 'https://sindresorhus.com';
// Hello: https://sindresorhus.com
Alternative name: prefer-https
. Which one do people prefer?
I'm aware this could be partly solved with the string-content
rule, but I don't think most people would think of this and it also wouldn't work in comments.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too