Ignore os for markdownlint-rule-helpers

Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
Yukai Huang 2021-01-25 18:05:07 +08:00
parent cdb18a31fe
commit f946b5ba04
No known key found for this signature in database
GPG Key ID: D4D3B2F0E99D4914
1 changed files with 2 additions and 1 deletions

View File

@ -522,7 +522,8 @@ module.exports = {
}]
},
node: {
fs: 'empty'
fs: 'empty',
os: 'empty'
},
stats: {