@sp-packages/cspell-dictionary
v1.4.2
Published
A custom dictionary for Senthil Ponnusamy's projects used with cSpell.
Readme
cSpell Dictionary
✨ Features
- 🚀 A collection of predefined dictionaries with words related to personal names, technical terms, WordPress, infrastructure, vendors, and more.
📦 Installation
Global Installation
npm install -g @sp-packages/cspell-dictionaryLocal Installation
npm install --save-dev @sp-packages/cspell-dictionary🚀 Usage
Add the dictionary to your .cspell.json configuration file:
{
"import": ["./node_modules/@sp-packages/cspell-dictionary/cspell-ext.json"]
}Available Dictionaries
The package includes the following dictionaries:
libraries- Libraries & Dependencies (e.g.,phpdotenv).linting-tools- Development Tools & Linting (e.g.,codesniffer).personal- Personal names and project names (e.g.,iamsenthilprabu).system- System & Infrastructure (e.g.,appserver).vendor- Vendor Names (e.g.,squizlabs).wordpress- WordPress-related terms (e.g.,muplugin).
🤝 Contributing
Contributions are welcome! Please check our Contributing Guidelines before submitting issues or pull requests.
📜 License
Licensed under the MIT License.
