Skip to content

Commit f95cfbc

Browse files
authored
Playground: Enable v3.5.0 features (#17093)
1 parent df43d96 commit f95cfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎website/playground/Playground.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ const ENABLED_OPTIONS = [
3636
"singleQuote",
3737
"bracketSpacing",
3838
"jsxSingleQuote",
39-
// TODO: remove this comment out when 3.5.0 is released
40-
// "objectWrap",
39+
"objectWrap",
4140
"quoteProps",
4241
"arrowParens",
4342
"trailingComma",
@@ -50,6 +49,7 @@ const ENABLED_OPTIONS = [
5049
"bracketSameLine",
5150
"singleAttributePerLine",
5251
"experimentalTernaries",
52+
"experimentalOperatorPosition",
5353
];
5454

5555
class Playground extends React.Component {

0 commit comments

Comments
 (0)