We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596fdc6 commit 5687ce7Copy full SHA for 5687ce7
conf/rule-type-list.json
@@ -69,7 +69,8 @@
69
"removed": "space-in-brackets",
70
"replacedBy": [
71
{ "rule": { "name": "object-curly-spacing" } },
72
- { "rule": { "name": "array-bracket-spacing" } }
+ { "rule": { "name": "array-bracket-spacing" } },
73
+ { "rule": { "name": "computed-property-spacing" } }
74
]
75
},
76
{
docs/src/_data/rules.json
@@ -3445,6 +3445,11 @@
3445
"rule": {
3446
"name": "array-bracket-spacing"
3447
}
3448
+ },
3449
+ {
3450
+ "rule": {
3451
+ "name": "computed-property-spacing"
3452
+ }
3453
3454
3455
0 commit comments