Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Feb 19, 2024
1 parent 55a1031 commit b220f09
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 1,243 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/Icon?
/configs/
/coverage/
/cspell.config.js
/cspell.config.cjs
/graphics/
/src/
/www-static/
Expand Down
8 changes: 5 additions & 3 deletions cspell.config.js → cspell.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ const {baseConfig} = require('virmator/base-configs/base-cspell.js');

module.exports = {
...baseConfig,
ignorePaths: [...baseConfig.ignorePaths],
ignorePaths: [
...baseConfig.ignorePaths,
],
words: [
...baseConfig.words,
'farmerpaul',
'Robinfr',
'espree',
'farmerpaul',
'meriyah',
'robinfr',
],
};
Loading

0 comments on commit b220f09

Please sign in to comment.