JSPM

speller-it-words

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 262
  • Score
    100M100P100Q92647F
  • License MIT

IT Words Dictionary for eslint-plugin-speller

Package Exports

  • speller-it-words

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (speller-it-words) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.