Skip to content

Commit

Permalink
feat: add yml rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Mar 13, 2022
1 parent 2652d16 commit 9735ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-plugin/src/configs/yml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ export default defineConfig({
extends: [
'plugin:yml/standard',
],
rules: {
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
'yml/no-empty-document': 'off',
},
})

0 comments on commit 9735ab1

Please sign in to comment.