From b98aecb5536376fde57fb375bc6f37407ca2c39f Mon Sep 17 00:00:00 2001 From: microshine Date: Wed, 2 Mar 2022 21:31:22 +0300 Subject: [PATCH] chore: Update lint config --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 3fab269..25f3e91 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,6 +11,9 @@ "plugin:import/warnings", "plugin:import/typescript" ], + "ignorePatterns": [ + "build/**/*" + ], "rules": { "@typescript-eslint/ban-ts-ignore": 0, "@typescript-eslint/camelcase": 0,