Skip to content

Commit c8b7844

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 88e8bbe commit c8b7844

File tree

14 files changed

+14
-16
lines changed

14 files changed

+14
-16
lines changed

.putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"rules": {
3636
"putout/apply-lowercase-to-node-builders": "on",
37-
"remove-useless-spread/object": ["off", {
37+
"spread/remove-useless-object": ["off", {
3838
"exclude": "module.exports.rules = __"
3939
}],
4040
"github/convert-npm-to-bun": "off"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"lib/index.js": {
4-
"remove-useless-spread/object": "off"
4+
"spread/remove-useless-object": "off"
55
}
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"lib/index.js": {
4-
"remove-useless-spread/object": "off"
4+
"spread/remove-useless-object": "off"
55
}
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"lib/index.js": {
4-
"remove-useless-spread/object": "off"
4+
"spread/remove-useless-object": "off"
55
}
66
}
77
}

packages/cli-validate-args/.putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"printer": "putout",
33
"match": {
44
"lib/index.js": {
5-
"remove-useless-spread/object": "off"
5+
"spread/remove-useless-object": "off"
66
}
77
}
88
}

packages/eslint-plugin-putout/.putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"remove-useless-arguments": "off",
2424
"remove-useless-variables/rename": "off",
2525
"remove-useless-variables/declaration": "off",
26-
"remove-useless-spread": "off",
26+
"spread": "off",
2727
"return/remove-useless": "off",
2828
"remove-unreferenced-variables": "off",
2929
"remove-unreachable-code": "off",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"lib/index.js": {
4-
"remove-useless-spread/object": "off"
4+
"spread/remove-useless-object": "off"
55
}
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"*.md": {
4-
"remove-useless-spread": "off"
4+
"spread": "off"
55
}
66
}
77
}

packages/plugin-declare/.putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"match": {
33
"*.md": {
44
"declare": "off",
5-
"remove-useless-spread/array": "off"
5+
"spread/remove-useless-array": "off"
66
}
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"match": {
33
"lib/index.js": {
4-
"remove-useless-spread/object": "off"
4+
"spread/remove-useless-object": "off"
55
}
66
}
77
}

0 commit comments

Comments
 (0)