From fa1b28b33f4603011923bd3ce7aea091fb723d96 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:07:49 +0100 Subject: [PATCH] Update .eslintrc.js --- frontend/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 9ceb4933c0..13e8e5ab71 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -30,7 +30,6 @@ module.exports = { plugins: ["react", "prettier", "simple-import-sort", "import"], rules: { "@typescript-eslint/no-empty-function": "off", - "@typescript-eslint/lines-between-class-members": "off", quotes: ["error", "double", { avoidEscape: true }], "comma-dangle": ["error", "only-multiline"], "react/react-in-jsx-scope": "off",