Skip to content

Commit

Permalink
feat: add yaml file parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Oct 20, 2021
1 parent 1c8ceb9 commit 06a2487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ module.exports = {
'comma-dangle': ['error', 'never'],
},
},
{
files: ['*.yaml', '*.yml'],
parser: 'yaml-eslint-parser',
},
{
files: ['package.json'],
parser: 'jsonc-eslint-parser',
Expand Down

0 comments on commit 06a2487

Please sign in to comment.