From 27bfc8f1d9588322d85197e31b7346601cc680b3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Jun 2025 02:47:25 +0900 Subject: feat: add biome --- package.json | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2cf2bb8..a95cb6b 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,19 @@ { - "name": "feedaka", - "version": "0.1.0", - "description": "", - "main": "index.js", - "scripts": { - "build": "tailwindcss -i ./css/style.css -o ./static/style.css", - "watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch" - }, - "author": "nsfisis", - "license": "MIT", - "devDependencies": { - "@tailwindcss/cli": "^4.1.10", - "tailwindcss": "^4.1.10" - } + "name": "feedaka", + "version": "0.1.0", + "description": "", + "main": "index.js", + "scripts": { + "check": "biome check --write .", + "fmt": "biome check .", + "build": "tailwindcss -i ./css/style.css -o ./static/style.css", + "watch": "tailwindcss -i ./css/style.css -o ./static/style.css --watch" + }, + "author": "nsfisis", + "license": "MIT", + "devDependencies": { + "@biomejs/biome": "2.0.4", + "@tailwindcss/cli": "^4.1.10", + "tailwindcss": "^4.1.10" + } } -- cgit v1.2.3-70-g09d2