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

@cspell/dict-es-es

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-es-es

Spanish dictionary for cspell.

latest
Source
npmnpm
Version
3.0.8
Version published
Maintainers
1
Created
Source

CSpell Spanish Dictionary

Spanish 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-es-es

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

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

cspell.json

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

cspell.config.yaml

import:
  - '@cspell/dict-es-es/cspell-ext.json'
language: es, es_ES

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-es-es/cspell-ext.json"],
  "cSpell.language": "es, es_ES",
}
CSpell Settings cspell.json

cspell.json

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

cspell.config.yaml

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

Dictionary Information

NameEnabledDescription
es-esSpanish Dictionary (Spain)

Language Settings

NameLocaleFile Type
es-eses, es_ES*

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

Adding Words

Please add any words to src/additional_words.txt by making a pull request.

Resources

The Hunspell source for this dictionary can be found:

License

LGPL-3.0

Some packages may have other licenses included. See src/hunspell/license


Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 21 Jul 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