Skip to content

Commit

Permalink
chore: fix lint & format error (#266)
Browse files Browse the repository at this point in the history
* chore: fix lint errors

* fix format errors
  • Loading branch information
yeonjuan authored Jan 17, 2025
1 parent 444c711 commit 411b722
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-plugin/tests/rules/indent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ function createTests() {
</style>
<script>
</script>
`
}
`,
},
],
invalid: [
{
Expand Down Expand Up @@ -1075,7 +1075,7 @@ id="bar"
</script>
`,
errors: wrongIndentErrors(2),
}
},
],
};
}
Expand Down
4 changes: 2 additions & 2 deletions packages/website/src/components/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.editor_error {
text-decoration: underline dashed red;
}
</style>
</style>
<h1 class="sr-only">Playground</h1>
<div class="flex flex-col mt-3 px-2 w-full ">
<div class="flex" id="language-tabs">
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2>JavaScript </h2>
}
}
})
</script>
</script>
</div>
</div>

0 comments on commit 411b722

Please sign in to comment.