1
0
forked from baron/baron-sso

style: resolve biome configuration warnings and fix linting in orgfront

This commit is contained in:
2026-05-29 18:47:04 +09:00
parent 22e2cc1f0f
commit 90740ffb22
9 changed files with 1 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../common/config/biome.base.json"]
}

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["./config/biome.base.json"]
}

View File

@@ -1,15 +1,9 @@
{
"root": false,
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"linter": {
"enabled": true,
"rules": {

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../common/config/biome.base.json"]
}

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../../common/config/biome.base.json"]
}

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../../common/config/biome.base.json"]
}

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../common/config/biome.base.json"]
}

View File

@@ -1,4 +1,4 @@
import React from "react";
import type React from "react";
import { act } from "react";
import { createRoot } from "react-dom/client";
import { afterEach, describe, expect, it } from "vitest";

View File

@@ -1,4 +1,3 @@
{
"root": true,
"extends": ["../common/config/biome.base.json"]
}