From 19634b3e313de99c3e6019f1952510ae7b46d54d Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 2 Jul 2024 12:28:43 +0300 Subject: [PATCH] feat(eslint-plugin-experience): update --- projects/eslint-plugin-experience/all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 2b9df4b1..1c3ae3dd 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -744,6 +744,9 @@ module.exports = { files: ['*.js'], rules: { '@typescript-eslint/explicit-function-return-type': 'off', + '@typescript-eslint/no-empty-function': 'off', + '@typescript-eslint/no-extraneous-class': 'off', + 'max-classes-per-file': 'off', }, }, {