mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
656ebd87e0
commit
5d6bed3d66
2 changed files with 6 additions and 4 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
|
@ -12,7 +12,6 @@ jobs:
|
|||
- 16.x
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 21.x
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"plugins": ["cloudcmd"],
|
||||
"plugins": [
|
||||
"cloudcmd"
|
||||
],
|
||||
"ignore": [
|
||||
"html",
|
||||
"fixture*",
|
||||
|
|
@ -7,7 +9,8 @@
|
|||
"fontello.json"
|
||||
],
|
||||
"rules": {
|
||||
"github/convert-npm-to-bun": "off"
|
||||
"github/convert-npm-to-bun": "off",
|
||||
"github/set-node-versions": "off"
|
||||
},
|
||||
"match": {
|
||||
"base64": {
|
||||
|
|
@ -47,4 +50,4 @@
|
|||
"merge-duplicate-functions": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue