New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cspell/dict-bn

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-bn

Bengali dictionary for cspell.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
473
-34.49%
Maintainers
1
Weekly downloads
 
Created
Source

CSpell Bengali Dictionary

Bengali dictionary for cspell.

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

Requirements

ToolVersion
cspell>= 8
Code Spell Checker - Visual Studio Code>= 4

Local Installation

npm install -D @cspell/dict-bn

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-bn/cspell-ext.json"],
  "cSpell.language": "bn",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["@cspell/dict-bn/cspell-ext.json"],
  "language": "bn",
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

import:
  - '@cspell/dict-bn/cspell-ext.json'
language: bn

Local Installation using CDN

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json"],
  "cSpell.language": "bn",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json"],
  "language": "bn",
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

import:
  - https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json
language: bn

Dictionary Information

NameEnabledDescription
bnBengali dictionary for cspell.

Language Settings

NameLocaleFile Type
bnbn*

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Source

github.com/MinhasKamal/BengaliDictionary

License

GPL-3

Some packages may have other licenses included.


Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 22 Oct 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