chore: lint

This commit is contained in:
coderiaser 2024-08-16 12:15:19 +03:00
parent b63d6fccde
commit 9109511e95

View file

@ -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"
}
}
}
}