Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 6, 2023
1 parent 656ebd8 commit 5d6bed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- 16.x
- 18.x
- 20.x
- 21.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down
9 changes: 6 additions & 3 deletions .putout.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"plugins": ["cloudcmd"],
"plugins": [
"cloudcmd"
],
"ignore": [
"html",
"fixture*",
"app.json",
"fontello.json"
],
"rules": {
"github/convert-npm-to-bun": "off"
"github/convert-npm-to-bun": "off",
"github/set-node-versions": "off"
},
"match": {
"base64": {
Expand Down Expand Up @@ -47,4 +50,4 @@
"merge-duplicate-functions": "off"
}
}
}
}

0 comments on commit 5d6bed3

Please sign in to comment.