feat: replace eslint and prettier with biome

This commit is contained in:
Andrea
2024-10-05 22:56:41 +02:00
parent 75cccd1a44
commit d6b640ca33
13 changed files with 260 additions and 119 deletions

View File

@@ -1,5 +1,4 @@
import type { Config} from "tailwindcss"
import type { Config } from "tailwindcss";
export default {
content: ["./app/**/*.{ts,tsx}"],