Skip to content

Commit

Permalink
chore(frontend): make eslint config stricter (#609)
Browse files Browse the repository at this point in the history
* chore(frontend/eslint): make ember/no-actions-hash error instead of warn

* chore(frontend/eslint): make ember/no-*mixins error instead of warn

* chore(frontend/eslint): make ember/no-classic-* error instead of warn

* chore(frontend/eslint): make ember/no-component-lifecycle-hooks error instead of warn

* chore(frontend/eslint): make ember/no-get error instead of warn

* chore(frontend/eslint): make ember/require-tagless-components error instead of warn

* chore(frontend/eslint): make qunit/no-assert-equal error instead of warn
  • Loading branch information
c0rydoras authored Feb 17, 2025
1 parent 898a97c commit b8eb222
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
module.exports = {
extends: ["@adfinis/eslint-config/ember-app"],
rules: {
"ember/no-actions-hash": "warn",
"ember/no-component-lifecycle-hooks": "warn",
"ember/no-mixins": "warn",
"ember/no-new-mixins": "warn",
"ember/no-classic-classes": "warn",
"ember/no-classic-components": "warn",
"ember/no-get": "warn",
"ember/no-observers": "warn",
"qunit/no-assert-equal": "warn",
"ember/require-tagless-components": "warn",
},
};

0 comments on commit b8eb222

Please sign in to comment.