forked from baron/baron-sso
style: resolve biome configuration warnings and fix linting in orgfront
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../common/config/biome.base.json"]
|
"extends": ["../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["./config/biome.base.json"]
|
"extends": ["./config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,15 +1,9 @@
|
|||||||
{
|
{
|
||||||
"root": false,
|
|
||||||
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
|
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"indentStyle": "space"
|
"indentStyle": "space"
|
||||||
},
|
},
|
||||||
"css": {
|
|
||||||
"parser": {
|
|
||||||
"tailwindDirectives": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"linter": {
|
"linter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../common/config/biome.base.json"]
|
"extends": ["../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../../common/config/biome.base.json"]
|
"extends": ["../../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../../common/config/biome.base.json"]
|
"extends": ["../../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../common/config/biome.base.json"]
|
"extends": ["../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import React from "react";
|
import type React from "react";
|
||||||
import { act } from "react";
|
import { act } from "react";
|
||||||
import { createRoot } from "react-dom/client";
|
import { createRoot } from "react-dom/client";
|
||||||
import { afterEach, describe, expect, it } from "vitest";
|
import { afterEach, describe, expect, it } from "vitest";
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"root": true,
|
|
||||||
"extends": ["../common/config/biome.base.json"]
|
"extends": ["../common/config/biome.base.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user