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
81a6b18165
commit
2fc241a9fa
3 changed files with 9 additions and 4 deletions
|
|
@ -7,7 +7,13 @@
|
|||
"fontello.json"
|
||||
],
|
||||
"rules": {
|
||||
"github/convert-npm-to-bun": "off"
|
||||
"github/convert-npm-to-bun": "off",
|
||||
"github/set-node-versions": ["on", {
|
||||
"versions": [
|
||||
"18.x",
|
||||
"20.x"
|
||||
]
|
||||
}]
|
||||
},
|
||||
"match": {
|
||||
"base64": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue