From 810846c49a90222e7ff0cb61eb911670331c89df Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 13 Jun 2023 20:11:04 +0100 Subject: [PATCH] Fix linting --- .eslintrc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 3f9f97b4f4..6eb0c19a32 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -16,7 +16,7 @@ plugins: - eslint-plugin-jsdoc - eslint-plugin-prefer-arrow - "@typescript-eslint" - - functional + - eslint-plugin-functional root: true rules: no-undef: "off" @@ -153,7 +153,6 @@ rules: indent: "off" jsdoc/check-alignment: error jsdoc/check-indentation: "off" - jsdoc/newline-after-description: error max-classes-per-file: "off" max-len: "off" new-parens: error