- Notifications
You must be signed in to change notification settings - Fork2
A `retext` plugin for checking popular names casing. Example:
License
NotificationsYou must be signed in to change notification settings
JulianCataldo/retext-case-police
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Aretext
plugin for checking popular names casing.
Examples:
⚠️ macbook
→ ✅MacBook
⚠️ MacOS
→ ✅macOS
- 🤔…
⚠️ ESBuild
→ ✅esbuild
⚠️ eslint
→ ✅ESLint
- 😭…
For:
Dictionaries are fromcase-police
.
pnpm install @julian_cataldo/retext-case-police
Note: 100%ESM, including dependencies
For Node.js17 and higher (using JSON import assertions) or with--experimental-json-modules
flag with Node16.
importretextCasePolicefrom'@julian_cataldo/retext-case-police';// ….use(retextCasePolice)// …// ——————— With options ————v// Ignore words.use(retextCasePolice,{ignore:['GitHub']})
- Ignore words
- Resolve Parcel stripping out
assert { type: 'json' }
- Ignore links (e.g
https://
wrongly flagged) - Custom dictionaries embedding?
SeeCHANGELOG.md for release history.
About
A `retext` plugin for checking popular names casing. Example:
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.