Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-node cspell-ext.json
Raw

priv/bun/node_modules/@cspell/dict-node/cspell-ext.json

{
"id": "node",
"name": "Node.js",
"description": "Node.js dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "node",
"path": "./dict/node.txt",
"description": "Node.js dictionary."
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "javascript,typescript,javascriptreact,typescriptreact",
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"dictionaries": ["node"],
"dictionaryDefinitions": []
}
],
"overrides": [
{
"filename": "**/package.json",
"dictionaries": ["node"]
}
]
}