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 df43d96 commit f95cfbcCopy full SHA for f95cfbc
website/playground/Playground.js
@@ -36,8 +36,7 @@ const ENABLED_OPTIONS = [
36
"singleQuote",
37
"bracketSpacing",
38
"jsxSingleQuote",
39
- // TODO: remove this comment out when 3.5.0 is released
40
- // "objectWrap",
+ "objectWrap",
41
"quoteProps",
42
"arrowParens",
43
"trailingComma",
@@ -50,6 +49,7 @@ const ENABLED_OPTIONS = [
50
49
"bracketSameLine",
51
"singleAttributePerLine",
52
"experimentalTernaries",
+ "experimentalOperatorPosition",
53
];
54
55
class Playground extends React.Component {
0 commit comments