diff --git a/packages/eslint-plugin/tests/rules/indent.test.js b/packages/eslint-plugin/tests/rules/indent.test.js index 66ea350e..79456878 100644 --- a/packages/eslint-plugin/tests/rules/indent.test.js +++ b/packages/eslint-plugin/tests/rules/indent.test.js @@ -380,8 +380,8 @@ function createTests() { - ` - } + `, + }, ], invalid: [ { @@ -1075,7 +1075,7 @@ id="bar" `, errors: wrongIndentErrors(2), - } + }, ], }; } diff --git a/packages/website/src/components/playground.html b/packages/website/src/components/playground.html index f80f3cf6..aef03bb6 100644 --- a/packages/website/src/components/playground.html +++ b/packages/website/src/components/playground.html @@ -6,7 +6,7 @@ .editor_error { text-decoration: underline dashed red; } - +

Playground

@@ -85,7 +85,7 @@

JavaScript

} } }) - +