Skip to content

Commit

Permalink
Integrate shared cspell dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo committed Aug 4, 2024
1 parent c0f6368 commit 9debb45
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 43 deletions.
35 changes: 1 addition & 34 deletions cspell.config.js
Original file line number Diff line number Diff line change
@@ -1,38 +1,5 @@
export default {
dictionaries: [
'en_US',
'de-de',
'softwareTerms',
'typescript',
'node',
'html',
'css',
'bash',
'misc',
'project',
],
dictionaryDefinitions: [
{
addWords: true,
name: 'project',
path: './dictionary.txt',
},
],
ignorePaths: [
'node_modules/',
'.git/',
'.husky/',
'.idea/',
'package.json',
'pnpm-lock.yaml',
'.npmrc',
'.nvmrc',
'.gitignore',
'.gitattributes',
'.editorconfig',
'.prettierignore',
],
import: ['@cspell/dict-de-de'],
import: ['@somehow-digital/cspell-dictionary'],
language: 'en',
version: '0.2',
};
1 change: 0 additions & 1 deletion dictionary.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@cspell/dict-de-de": "^4.0.0",
"@somehow-digital/cspell-dictionary": "^1.0.0",
"@somehow-digital/eslint-config": "github:somehow-digital/eslint-config",
"@somehow-digital/prettier-config": "^2.0.0",
"@types/node": "^20.12.12",
Expand Down
25 changes: 18 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9debb45

Please sign in to comment.