Skip to content

Commit

Permalink
adds yaml plugin to eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Feb 16, 2024
1 parent c98753b commit 99a201e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ module.exports = {
},
},
plugins: ['ember'],
extends: ['eslint:recommended', 'plugin:ember/recommended', 'plugin:prettier/recommended'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:prettier/recommended',
'plugin:yml/standard'
],
env: {
browser: true,
},
Expand Down

0 comments on commit 99a201e

Please sign in to comment.