We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efddc3c commit ac82842Copy full SHA for ac82842
.eslintrc
@@ -16,6 +16,7 @@
16
"objectLiteralDuplicateProperties": true,
17
"objectLiteralShorthandMethods": true,
18
"objectLiteralShorthandProperties": true,
19
+ "restParams": true,
20
"spread": true,
21
"templateStrings": true
22
},
0 commit comments