chore: putout: use npm instead of bun

This commit is contained in:
coderaiser 2023-12-04 20:40:04 +02:00
parent fb2d081402
commit 2c7782c06a

View file

@ -1,5 +1,7 @@
{
"plugins": ["cloudcmd"],
"plugins": [
"cloudcmd"
],
"ignore": [
"html",
"fixture*",
@ -7,7 +9,8 @@
"fontello.json"
],
"rules": {
"webpack/apply-externals": "off"
"webpack/apply-externals": "off",
"github/convert-npm-to-bun": "off"
},
"match": {
"base64": {
@ -47,4 +50,4 @@
"merge-duplicate-functions": "off"
}
}
}
}