Skip to content

Commit

Permalink
commented out require close
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish committed Feb 1, 2025
1 parent e2ccab0 commit 77b1ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webcomponents/tool/src/main/frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ export default [
"@html-eslint/no-extra-spacing-attrs": "warn",
"@html-eslint/require-img-alt": "warn",
"@html-eslint/require-closing-tags": [ "warn", { selfClosing: "always" }],
//"@html-eslint/require-closing-tags": "off",
"@html-eslint/require-lang": "off",
},
},
];

0 comments on commit 77b1ee3

Please sign in to comment.