@cspell/dict-gaming-terms

1.0.5 • Public • Published

CSpell Gaming Dictionary

Gaming dictionary for cspell.

This is a pre-built dictionary for use with CSpell.

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-gaming-terms
cspell link add @cspell/dict-gaming-terms

Uninstall from CSpell

cspell link remove @cspell/dict-gaming-terms

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-gaming-terms

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-gaming-terms/cspell-ext.json"],
    // It is necessary to explicitly enable `gaming-terms` dictionary by including it in the
    // list of dictionaries.
    "dictionaries": ["gaming-terms"]
    // …
}

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.

/@cspell/dict-gaming-terms/

    Package Sidebar

    Install

    npm i @cspell/dict-gaming-terms

    Weekly Downloads

    403,152

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    4.43 kB

    Total Files

    5

    Last publish

    Collaborators

    • jason-dent