Skip to content

Commit

Permalink
fix: add cspell lang to excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Sep 8, 2023
1 parent 17de3b6 commit 6095ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sharedconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sharedDir: '.config'
outputDir: 'lib'

mergeRules:
'.vscode/cspell.json': ['words', 'ignorePaths']
'.vscode/cspell.json': ['words', 'ignorePaths', 'language']
'.vscode/launch.json': ['configurations']
'.vscode/settings.json':
[
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"description": "Standard shared config for tagproject packages with Node.js and TypeScript",
"license": "MIT",
"homepage": "https://github.com/tagproject/vscode-shared-config#readme",
"author": {
"name": "Daniil Ryazanov",
"email": "kein@tagproject.ru"
},
"author": "Daniil Ryazanov <kein@tagproject.ru>",
"keywords": [
"config",
"shared",
Expand Down

0 comments on commit 6095ee4

Please sign in to comment.