-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(lint): install html lint
to lint njk
and html
files, remo…
#1493
base: main
Are you sure you want to change the base?
Conversation
…ve `lint-space`
pages/views/search.njk
Outdated
@@ -6,6 +6,6 @@ eleventyExcludeFromCollections: true | |||
collectionIcon: sidebar/search.svg | |||
--- | |||
<esl-d-search-page-wrapper> | |||
<div class="animation-loading bg-blue m-auto"></div> | |||
<div class="gcse-search" data-resultsUrl="{{ '/search.html' | url }}"></div> | |||
<div class="animation-loading bg-blue m-auto"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as it is looked, it is incorrect. There should be two spaces instead of three
pages/views/examples/toggleable.njk
Outdated
components: | ||
- esl-toggleable | ||
- esl-trigger | ||
examples: | ||
- accordion | ||
- tabs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's will not work.
Frontmetter it is yml syntax, so each indent matters.
So it is not right configuration here right now
1f18a8a
to
6506db7
Compare
Closes: #1409