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