mirror of https://github.com/status-im/codimd.git
Ignore os for markdownlint-rule-helpers
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
parent
cdb18a31fe
commit
f946b5ba04
|
@ -522,7 +522,8 @@ module.exports = {
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
node: {
|
node: {
|
||||||
fs: 'empty'
|
fs: 'empty',
|
||||||
|
os: 'empty'
|
||||||
},
|
},
|
||||||
|
|
||||||
stats: {
|
stats: {
|
||||||
|
|
Loading…
Reference in New Issue