From ce2e1031e476b635b36be0bdb13950a0f1346b41 Mon Sep 17 00:00:00 2001 From: suddenlyGiovanni Date: Wed, 9 Oct 2024 08:33:38 +0000 Subject: [PATCH] chore: lint code with Biome [skip ci] --- biome.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/biome.json b/biome.json index 360d170..ee41005 100644 --- a/biome.json +++ b/biome.json @@ -1,14 +1,8 @@ { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "files": { - "include": [ - "./src" - ], - "ignore": [ - "node_modules", - ".pnpm", - "./~" - ] + "include": ["./src"], + "ignore": ["node_modules", ".pnpm", "./~"] }, "vcs": { "enabled": true, @@ -68,17 +62,13 @@ }, "overrides": [ { - "include": [ - "**/*.snapshot.json" - ], + "include": ["**/*.snapshot.json"], "formatter": { "enabled": false } }, { - "include": [ - "src/test/test-utils.ts" - ], + "include": ["src/test/test-utils.ts"], "linter": { "rules": { "suspicious": {