Skip to content

Commit

Permalink
adds yaml plugin to eslint config.
Browse files Browse the repository at this point in the history
stopfstedt committed Feb 16, 2024
1 parent c98753b commit ba53554
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
@@ -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,
},

0 comments on commit ba53554

Please sign in to comment.