From c249b2636bfbeeae80dbd96c5da67f594d8d5f8f Mon Sep 17 00:00:00 2001 From: Mohammed Elhaouari Date: Thu, 8 Aug 2024 01:35:11 +0100 Subject: [PATCH] fmt --- biome.json | 14 +++----------- package.json | 14 +++----------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/biome.json b/biome.json index 167c0dc..6f69b32 100644 --- a/biome.json +++ b/biome.json @@ -8,11 +8,7 @@ "rules": { "recommended": true }, - "ignore": [ - ".github", - "dist", - "node_modules" - ] + "ignore": [".github", "dist", "node_modules"] }, "formatter": { "enabled": true, @@ -22,11 +18,7 @@ "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto", - "ignore": [ - ".github", - "dist", - "node_modules" - ] + "ignore": [".github", "dist", "node_modules"] }, "javascript": { "formatter": { @@ -46,4 +38,4 @@ "trailingCommas": "none" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 89c4ec4..0dfd9d3 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,7 @@ "version": "0.0.3", "description": "A collection of reusable react hooks for state and UI management", "homepage": "https://github.com/codiume/hooks.git", - "keywords": [ - "hooks", - "library", - "react", - "react-hooks", - "state" - ], + "keywords": ["hooks", "library", "react", "react-hooks", "state"], "author": "MHD ", "contributors": [ { @@ -21,9 +15,7 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "exports": { ".": { "import": { @@ -66,4 +58,4 @@ "typescript": "^5.5.4", "vitest": "^2.0.5" } -} \ No newline at end of file +}