Skip to content

itlci/speller-it-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speller-it-words

IT Words Dictionary for eslint-plugin-speller

Motivation

Recently, I started working on an ESLint plugin called eslint-plugin-speller. It uses the nspell package, which supports spell checking. It is possible to attach national dictionaries, but so far I have not found one set of words used in IT projects (e.g. technology names, specific words for given technologies, company and product names) - some of these words are proper names, abbreviations, so they should not be treated as incorrect. So I decided to create a set of words about the IT industry. I hope it will be helpful.

Installation

$ npm install speller-it-words --save-dev

How to use it

const words = require("speller-it-terms").getWords();

or

const words = require("speller-it-terms").getWordsArray();

What's next?

500 words to start. Over time, the number of words will increase. I also wanted to divide the words more contextually, depending on the technology.

About

IT Terms Dictionary for Speller ESLint Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published