From 9dbb9c34cfee6608434f0a498a9802946ed4b796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6dler?= Date: Sat, 10 Jun 2023 17:19:10 +0200 Subject: [PATCH] Updates eslint config --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index d8158db..6644057 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,7 @@ "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], "@typescript-eslint/ban-ts-comment": "off", "no-prototype-builtins": "off", - "@typescript-eslint/no-empty-function": "off" + "@typescript-eslint/no-empty-function": "off", + "lines-between-class-members": [ "error", "always", { "exceptAfterSingleLine": true }] } } \ No newline at end of file