Gathering detailed insights and metrics for textlint-plugin-html
Gathering detailed insights and metrics for textlint-plugin-html
Gathering detailed insights and metrics for textlint-plugin-html
Gathering detailed insights and metrics for textlint-plugin-html
npm install textlint-plugin-html
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
22 Stars
47 Commits
8 Forks
3 Watching
4 Branches
14 Contributors
Updated on 27 Nov 2024
HTML (89.53%)
TypeScript (10.47%)
Cumulative downloads
Total Downloads
Last day
12.9%
1,300
Compared to previous day
Last week
-13.6%
6,410
Compared to previous week
Last month
9.8%
27,893
Compared to previous month
Last year
-31.6%
296,456
Compared to previous year
Add HTML support for textlint.
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
npm install textlint-plugin-html
Requirements:
.html
.htm
Manually add text plugin to do following:
{
"plugins": [
"html"
]
}
Lint HTML file with textlint
$ textlint index.html
extensions
: string[]
For example, if you want to treat .custom-ext
as html, put following config to .textlintrc
1{ 2 "plugins": { 3 "html": { 4 "extensions": [".custom-ext"] 5 } 6 } 7}
npm test
If you update snapshot, please run npm run updateSnapshot
.
test/ast-test-case/<test-case-name>/index.html
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
Found 6/27 approved changesets -- score normalized to 2
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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