Skip to content

Commit

Permalink
Change eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Schwienbacher committed Oct 1, 2019
1 parent f7f972e commit 47bb15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
sourceType: 'module'
},
plugins: ['ember'],
extends: ['eslint:recommended', 'plugin:ember/recommended', 'plugin:prettier/recommended'],
extends: ['eslint:recommended', 'plugin:ember/recommended'],
env: {
browser: true
},
Expand Down

0 comments on commit 47bb15d

Please sign in to comment.