Détail du package

cspell-dict-typescript

streetsidesoftware19.6kMIT1.1.5

TypeScript and JavaScript dictionary for cspell.

cspell, typescript, TypeScript and JavaScript, dictionary

readme

Cspell TypeScript and JavaScript Dictionary

TypeScript and JavaScript 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-typescript
cspell-dict-typescript-link

Uninstall from cspell

cspell-dict-typescript-unlink

Manual Installation

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

{
    // …
    "import": ["<path to node_modules>/cspell-dict-typescript/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.5 (2021-05-27)

Note: Version bump only for package cspell-dict-typescript

1.1.4 (2021-05-25)

Note: Version bump only for package cspell-dict-typescript

1.1.3 (2021-04-05)

Note: Version bump only for package cspell-dict-typescript

1.1.2 (2020-12-26)

Note: Version bump only for package cspell-dict-typescript

1.1.1 (2020-12-26)

Note: Version bump only for package cspell-dict-typescript

1.1.0 (2020-12-24)

Bug Fixes

  • [@cspell](https://github.com/cspell) dict imports (#303) (b6cd581)

Features

  • Have cspell-dict-* use dictionary from @cspell/dict-* (#300) (403c08f)

1.0.15 (2020-11-28)

Note: Version bump only for package cspell-dict-typescript

1.0.14 (2020-11-27)

Note: Version bump only for package cspell-dict-typescript

1.0.13 (2020-11-21)

Note: Version bump only for package cspell-dict-typescript

1.0.12 (2020-11-08)

Bug Fixes

  • do not include Configstore if not necessary (#270) (d8b625f)

1.0.11 (2020-10-31)

Bug Fixes

1.0.10 (2020-10-31)

Bug Fixes

  • remove some duplicate words (085dc37)

1.0.9 (2020-10-29)

Note: Version bump only for package cspell-dict-typescript

Change Log

1.0.0

  • Initial Release