Skip to content

Commit

Permalink
fix: Include configuration for VUE and Swift by default. (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 3, 2021
1 parent f10c0de commit b57e86d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Expand Up @@ -130,7 +130,9 @@ const settings = {
'@cspell/dict-rust/cspell-ext.json',
'@cspell/dict-scala/cspell-ext.json',
'@cspell/dict-software-terms/cspell-ext.json',
'@cspell/dict-swift/cspell-ext.json',
'@cspell/dict-typescript/cspell-ext.json',
'@cspell/dict-vue/cspell-ext.json',
],
};
module.exports = settings;
2 changes: 2 additions & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Expand Up @@ -132,7 +132,9 @@ const settings: CSpellSettings = {
'@cspell/dict-rust/cspell-ext.json',
'@cspell/dict-scala/cspell-ext.json',
'@cspell/dict-software-terms/cspell-ext.json',
'@cspell/dict-swift/cspell-ext.json',
'@cspell/dict-typescript/cspell-ext.json',
'@cspell/dict-vue/cspell-ext.json',
],
};

Expand Down

0 comments on commit b57e86d

Please sign in to comment.