chore: lint

This commit is contained in:
coderaiser 2023-12-12 23:03:45 +02:00
parent 81a6b18165
commit 2fc241a9fa
3 changed files with 9 additions and 4 deletions

View file

@ -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": {