Skip to content

Commit

Permalink
Use import ESLint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Mar 29, 2024
1 parent 56aab7b commit 9040d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/__addonLocation__/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
root: __dirname,
},<% } %>
},
plugins: ['ember'],
plugins: ['ember', 'import'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
Expand Down

0 comments on commit 9040d75

Please sign in to comment.