Skip to content

Commit

Permalink
Cleanup ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Aug 18, 2021
1 parent ac28eec commit d9b1a76
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ module.exports = {
env: {
browser: true,
},
rules: {
'ember/no-mixins': 'warn',
'ember/no-new-mixins': 'warn',
'ember/no-classic-classes': 'warn',
'ember/no-classic-components': 'warn',
'ember/require-tagless-components': 'warn',
},
overrides: [
// ts files
{
Expand Down

0 comments on commit d9b1a76

Please sign in to comment.