Gathering detailed insights and metrics for textlint-rule-diacritics
Gathering detailed insights and metrics for textlint-rule-diacritics
Gathering detailed insights and metrics for textlint-rule-diacritics
Gathering detailed insights and metrics for textlint-rule-diacritics
npm install textlint-rule-diacritics
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5 Stars
50 Commits
1 Forks
3 Watching
1 Branches
2 Contributors
Updated on 30 Oct 2024
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
11.8%
303
Compared to previous day
Last week
-10.6%
1,568
Compared to previous week
Last month
-9.9%
7,163
Compared to previous month
Last year
20%
95,913
Compared to previous year
Textlint rule to check and fix the correct usage of diacritics.
For example:
(You can add your own words too.)
1npm install textlint-rule-diacritics
1textlint --fix --rule diacritics Readme.md
You can configure the rule in your .textlintrc
:
1{ 2 "rules": { 3 "diacritics": { 4 // List of additional words 5 "words": [ 6 "tâmia", 7 ], 8 // OR load words from a file 9 "words": "~/words.json", 10 // OR load words from npm 11 "words": "@johnsmith/words" 12 } 13 } 14}
Check the default diacritics list. Read more about configuring textlint.
The change log can be found on the Releases page.
Bug fixes are welcome, but not new features. Please take a moment to review the contributing guidelines.
This software has been developed with lots of coffee, buy me one more cup to keep it going.
Artem Sapegin and contributors.
MIT License, see the included License.md file.
Inspired by retext-diacritics.
Dictionary source: Wiktionary.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
1 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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
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