Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdcodes committed Aug 8, 2024
1 parent fdd1112 commit c249b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
14 changes: 3 additions & 11 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"rules": {
"recommended": true
},
"ignore": [
".github",
"dist",
"node_modules"
]
"ignore": [".github", "dist", "node_modules"]
},
"formatter": {
"enabled": true,
Expand All @@ -22,11 +18,7 @@
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"ignore": [
".github",
"dist",
"node_modules"
]
"ignore": [".github", "dist", "node_modules"]
},
"javascript": {
"formatter": {
Expand All @@ -46,4 +38,4 @@
"trailingCommas": "none"
}
}
}
}
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"contributors": [
{
Expand All @@ -21,9 +15,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"exports": {
".": {
"import": {
Expand Down Expand Up @@ -66,4 +58,4 @@
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}
}

0 comments on commit c249b26

Please sign in to comment.