Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 28, 2023
1 parent 7ece1b9 commit 46adae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ module.exports = {
parserOptions: {
sourceType: "module",
},
rules: {
"prettier/prettier": "off",
},
},
{
files: ["*.svelte"],
Expand Down
4 changes: 1 addition & 3 deletions docs-build/src/components/HeadCommon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const baseUrl = `${import.meta.env.BASE_URL.replace(/\/$/, "")}/`
/>

<!-- Scrollable a11y code helper -->
<script src={`${baseUrl}make-scrollable-code-focusable.js`} is:inline>
// FIXME: Avoid conflict format
</script>
<script src={`${baseUrl}make-scrollable-code-focusable.js`} is:inline></script>

<!-- This is intentionally inlined to avoid FOUC -->
<script is:inline>
Expand Down

0 comments on commit 46adae6

Please sign in to comment.