Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/cspell-bundled-dicts

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-bundled-dicts - npm Package Versions

1
25

5.7.0-alpha.0

Diff

Changelog

Source

5.7.0-alpha.0 (2021-08-14)

Features

  • Support forbidden words in dictionaries (#1516) (8d7596b)

Making Words Forbidden

There are several ways to mark a word as forbidden:

  1. In a custom word list with words beginning with !.
    !forbiddenWord
    
  2. In words section of cspell configuration:
    "words": [
        "!forbiddenWord",
        "configstore"
    ],
    
  3. In flagWords section of cspell configuration:
    "flagWords": ["forbiddenWord"]
    

Overriding Forbidden words

Sometimes it is necessary to allow a word even if it is forbidden.

In a comment
/**
 * Do not mark `forbiddenWord` as incorrect.
 * cspell:ignore forbiddenWord
 */
In the cspell configuration
{
    "ignoreWords": ["forbiddenWord"]
}
jason-dent
published 5.6.7 •

Changelog

Source

5.6.7 (2021-08-13)

Bug Fixes

Reverts

  • Revert "build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1 (#1438)" (#1446) (cbffbb8), closes #1438 #1446
jason-dent
published 5.6.6 •

Changelog

Source

5.6.6 (2021-06-18)

Bug Fixes

  • publishing issue with cspell-bundled-dicts (8a43bc5)
jason-dent
published 5.6.5 •

Changelog

Source

5.6.5 (2021-06-18)

Bug Fixes

  • fix regression related to trailing accents missing in legacy dicts (#1345) (b8d8810)
jason-dent
published 5.6.4 •

Changelog

Source

5.6.4 (2021-06-15)

Bug Fixes

jason-dent
published 5.6.2 •

Changelog

Source

5.6.2 (2021-06-10)

Bug Fixes

  • minor breaking fix issues with accents and the word splitter (#1330) (845c314)
jason-dent
published 5.6.1 •

Changelog

Source

5.6.1 (2021-06-09)

Bug Fixes

jason-dent
published 5.6.0 •

Changelog

Source

5.6.0 (2021-06-05)

Features

  • support .pnp.js when loading configurations. (#1307) (76da68c)
jason-dent
published 5.5.2 •

Changelog

Source

5.5.2 (2021-05-30)

Bug Fixes

jason-dent
published 5.5.0 •

Changelog

Source

5.5.0 (2021-05-29)

Bug Fixes

  • Fix Performance issue when checking long strings of non-words (#1285) (bdb43d6)

Features

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc