Skip to content

Commit

Permalink
fix(version): bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Sep 25, 2024
1 parent cd17739 commit d10c56f
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 179 deletions.
14 changes: 7 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand All @@ -24,6 +24,7 @@
"rules": {
"recommended": true,
"suspicious": {
"noEmptyBlock": "error",
"noExplicitAny": "off",
"noConfusingVoidType": "off",
"noDoubleEquals": "error",
Expand All @@ -42,11 +43,8 @@
"useYield": "error"
},
"nursery": {
"noEmptyBlock": "error",
"noSubstr": "error",
"useDeprecatedReason": "error",
"useSemanticElements": "warn",
"useThrowOnlyError": "error"
"useDeprecatedReason": "error"
},
"security": {
"noGlobalEval": "error"
Expand All @@ -63,7 +61,8 @@
"useNodejsImportProtocol": "error",
"useSelfClosingElements": "error",
"useShorthandArrayType": "error",
"useSingleVarDeclarator": "error"
"useSingleVarDeclarator": "error",
"useThrowOnlyError": "error"
},
"complexity": {
"noForEach": "error",
Expand All @@ -83,7 +82,8 @@
"useAriaPropsForRole": "error",
"useValidAriaProps": "error",
"useValidAriaRole": "error",
"useValidAriaValues": "error"
"useValidAriaValues": "error",
"useSemanticElements": "warn"
}
}
},
Expand Down
Loading

0 comments on commit d10c56f

Please sign in to comment.