Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 102399b

Browse files
committed
Misc: add new rules to the grouping.json
Ref bc6f960 Ref b8969d4 Ref ecec961 Ref 3c2dbf7
1 parent 3c2dbf7 commit 102399b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

grouping.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@
157157
"requireNumericLiterals",
158158
"requireSpread",
159159
"requireTemplateStrings",
160-
"requireSpacesInGenerator"
160+
"requireSpacesInGenerator",
161+
"requireObjectDestructuring",
162+
"requireEnhancedObjectLiterals",
163+
"requireArrayDestructuring",
164+
"disallowVar"
161165
],
162166
"Everything else": [
163167
"requireParenthesesAroundIIFE",

0 commit comments

Comments
 (0)