Skip to content

Conversation

yeonjuan
Copy link

What I did

Hi! 👋
I'm a maintainer of the html-eslint plugin, which brings HTML linting support to ESLint.

While exploring the ing-bank/lion project, I tried applying html-eslint and found that it works well here. This PR adds HTML linting and includes a few fixes based on the results — such as adding missing type="button" to buttons (to prevent unintended form submissions) and removing unnecessary whitespace.

If this seems useful, I’d be happy to discuss further or help tune the lint rules for your setup. Would you be interested? 😊

Copy link

changeset-bot bot commented May 12, 2025

⚠️ No Changeset found

Latest commit: 660af68

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@CLAassistant
Copy link

CLAassistant commented May 12, 2025

CLA assistant check
All committers have signed the CLA.

@@ -575,6 +576,7 @@ export class LionCalendar extends LocalizeMixin(LitElement) {

return html`
<button
type="button"
Copy link
Author

@yeonjuan yeonjuan May 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1069,7 +1069,7 @@ describe('lion-combobox', () => {
const tag = unsafeStatic(tagName);

const el = /** @type {LionCombobox} */ (
await fixture(html`
await fixture(html`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스크린샷 2025-05-12 오후 11 35 06

@yeonjuan
Copy link
Author

@okadurin @gerjanvangeest Just gently pinging :) If it’s not a good fit, please feel free to let me know — I’ll go ahead and close the PR.

@gerjanvangeest
Copy link
Member

@yeonjuan Thanks for the contribution. Half the team is gone atm, while workload is rocketing. So this PR will have to wait for a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants