Skip to content

Commit

Permalink
updated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
strootje committed Aug 31, 2024
1 parent abbde06 commit 4fa95d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Publish package
run: npx jsr publish
- run: npx jsr publish
6 changes: 6 additions & 0 deletions biome.strict.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnusedImports": {
"level": "info",
"fix": "safe"
}
},
"nursery": {
"useSortedClasses": {
"level": "info",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strootje/biomejs",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"exports": {
"./strict": "./biome.strict.json"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@strootje/biomejs",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"packageManager": "pnpm@8.3.1",
"exports": {
"./strict": "./biome.strict.json"
},
Expand Down

0 comments on commit 4fa95d8

Please sign in to comment.