Socket
Book a DemoInstallSign in
Socket

@cspell/dict-en-gb

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-en-gb

British English dictionary for cspell.

latest
Source
npmnpm
Version
5.0.14
Version published
Maintainers
1
Created

What is @cspell/dict-en-gb?

@cspell/dict-en-gb is a dictionary package for the CSpell spell checker that provides British English word lists. It is used to enhance the spell-checking capabilities of CSpell by adding support for British English.

What are @cspell/dict-en-gb's main functionalities?

Adding British English Dictionary to CSpell

This feature allows you to add the British English dictionary to your CSpell configuration. By including 'en-gb' in the dictionaries array, CSpell will use the British English word list for spell checking.

{
  "dictionaries": ["en-gb"]
}

Installation

This command installs the @cspell/dict-en-gb package as a development dependency in your project. This is the first step to enable British English spell checking in your project.

npm install -D @cspell/dict-en-gb

Configuration in cspell.json

This is an example of a cspell.json configuration file that sets the language to British English and includes the British English dictionary. This configuration ensures that CSpell uses the British English word list for spell checking.

{
  "version": "0.2",
  "language": "en-gb",
  "dictionaries": ["en-gb"]
}

Other packages similar to @cspell/dict-en-gb

Keywords

cspell

FAQs

Package last updated on 06 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts