@cspell/dict-google

1.0.1 • Public • Published

CSpell Google Dictionary

Google Cloud Development Dictionary for cspell.

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

Based upon: cloud.google.com

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-google
cspell link add @cspell/dict-google

Uninstall from CSpell

cspell link remove @cspell/dict-google

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-google

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

{
    // …
    "import": ["@cspell/dict-google/cspell-ext.json"],
    "dictionaries": ["google"],
    // …
}

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Package Sidebar

Install

npm i @cspell/dict-google

Weekly Downloads

167,997

Version

1.0.1

License

MIT

Unpacked Size

10.3 kB

Total Files

5

Last publish

Collaborators

  • jason-dent