From 93161e6b5280e24edba7a5e42c6078db7576f62d Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Thu, 5 Dec 2024 19:47:49 +0100 Subject: [PATCH] chore: Removed unused configuration --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index e922731d..01390bdf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,7 +29,6 @@ module.exports = { }, rules: { 'no-setter-return': 'off', - 'ember/classic-decorator-no-classic-methods': 'warn', 'ember/classic-decorator-hooks': 'warn', 'ember/no-classic-classes': 'warn', 'ember/no-classic-components': 'warn',