Skip to content

Commit

Permalink
Add '--single-attribute-per-line' option to Playground (#13587)
Browse files Browse the repository at this point in the history
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
apmeehan and fisker committed Nov 24, 2022
1 parent 9c45de6 commit a60bee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,7 +3,7 @@

[build.environment]
NODE_VERSION = "lts/*"
YARN_VERSION = "1.22.15"
YARN_VERSION = "1.22.19"
[[headers]]
for = "/worker.js"
[headers.values]
Expand Down
1 change: 1 addition & 0 deletions website/playground/Playground.js
Expand Up @@ -47,6 +47,7 @@ const ENABLED_OPTIONS = [
"vueIndentScriptAndStyle",
"embeddedLanguageFormatting",
"bracketSameLine",
"singleAttributePerLine",
];

class Playground extends React.Component {
Expand Down

0 comments on commit a60bee2

Please sign in to comment.