From 119a02d7abe5d8f305ceca7f0bbf81c267b913ee Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 8 Feb 2024 18:37:23 +0300 Subject: [PATCH] refactoring email check status --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 6861f822..ba7464a5 100644 --- a/biome.json +++ b/biome.json @@ -2,7 +2,7 @@ "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", "files": { "include": ["*.tsx", "*.ts", "*.js", "*.json"], - "ignore": ["./dist", "./node_modules", ".husky", "docs", "gen"] + "ignore": ["./dist", "./node_modules", ".husky", "docs", "gen", "*.d.ts"] }, "vcs": { "defaultBranch": "dev", @@ -29,7 +29,7 @@ } }, "linter": { - "ignore": ["*.scss", "*.md", ".DS_Store", "*.svg"], + "ignore": ["*.scss", "*.md", ".DS_Store", "*.svg", "*.d.ts"], "enabled": true, "rules": { "all": true,