Skip to content

Commit b220f09

Browse files
committed
[patch] update deps
1 parent 55a1031 commit b220f09

File tree

4 files changed

+907
-1243
lines changed

4 files changed

+907
-1243
lines changed

Diff for: .npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/Icon?
1212
/configs/
1313
/coverage/
14-
/cspell.config.js
14+
/cspell.config.cjs
1515
/graphics/
1616
/src/
1717
/www-static/

Diff for: cspell.config.js renamed to cspell.config.cjs

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ const {baseConfig} = require('virmator/base-configs/base-cspell.js');
22

33
module.exports = {
44
...baseConfig,
5-
ignorePaths: [...baseConfig.ignorePaths],
5+
ignorePaths: [
6+
...baseConfig.ignorePaths,
7+
],
68
words: [
79
...baseConfig.words,
8-
'farmerpaul',
9-
'Robinfr',
1010
'espree',
11+
'farmerpaul',
1112
'meriyah',
13+
'robinfr',
1214
],
1315
};

0 commit comments

Comments
 (0)