From fa095e93ab7d30df692e9e09b1b9b7f4fb36fc21 Mon Sep 17 00:00:00 2001 From: Eddort Date: Tue, 12 Sep 2023 13:17:50 +0400 Subject: [PATCH] fix: add chronix config to eslint ignore --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index acfd375b..fab4acd6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,7 +14,7 @@ module.exports = { node: true, jest: true, }, - ignorePatterns: ['.eslintrc.js'], + ignorePatterns: ['.eslintrc.js', 'chronix.config.ts'], rules: { '@typescript-eslint/interface-name-prefix': 'off', '@typescript-eslint/explicit-function-return-type': 'off',