Skip to content

Commit 9109511

Browse files
committed
chore: lint
1 parent b63d6fc commit 9109511

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.putout.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"plugins": ["cloudcmd"],
2+
"plugins": [
3+
"cloudcmd"
4+
],
35
"ignore": [
46
"html",
57
"fixture*",
68
"app.json",
79
"fontello.json"
810
],
911
"rules": {
10-
"github/convert-npm-to-bun": "off"
12+
"github/convert-npm-to-bun": "off",
13+
"github/set-node-versions": "off"
1114
},
1215
"match": {
1316
"base64": {
@@ -47,4 +50,4 @@
4750
"merge-duplicate-functions": "off"
4851
}
4952
}
50-
}
53+
}

0 commit comments

Comments
 (0)