Skip to content

Commit

Permalink
fix: disable yml/no-empty-document
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 10, 2022
1 parent 0349a41 commit 73a790c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Expand Up @@ -287,5 +287,6 @@ module.exports = {

// yml
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
'yml/no-empty-document': 'off',
},
}

0 comments on commit 73a790c

Please sign in to comment.