speller-it-words

0.1.2 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    4
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i speller-it-words

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

7.13 kB

Total Files

5

Last publish

Collaborators

  • itlci