Skip to content

Commit

Permalink
fix: disable spaced-comment in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 10, 2022
1 parent 774757b commit a3c897a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ module.exports = {
{
files: ['*.yaml', '*.yml'],
parser: 'yaml-eslint-parser',
rules: {
'spaced-comment': 'off',
},
},
{
files: ['package.json'],
Expand Down

0 comments on commit a3c897a

Please sign in to comment.