eslint-plugin-html
eslint-plugin-html copied to clipboard
An ESLint plugin to extract and lint scripts from HTML files.
Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.12.1 to 3.12.2. Release notes Sourced from markdown-link-check's releases. v3.12.2 What's Changed fix status badge in README by @dklimpel in tcort/markdown-link-check#303 enable skipped tests for hash links...
[`espree`](https://www.npmjs.com/package/espree) is required by this package (at least when using the flat config, according to the file name), but not included as dependency directly. This can cause errors if `espree`...
Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.24.1 to 0.26.0. Release notes Sourced from @html-eslint/eslint-plugin's releases. v0.26.0 What's Changed chore: add sitemap.xml generating script by @yeonjuan in yeonjuan/html-eslint#197 feat: add test for tabs in...
Bumps [eslint](https://github.com/eslint/eslint) from 9.3.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...
Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.24.1 to 0.26.0. Release notes Sourced from @html-eslint/parser's releases. v0.26.0 What's Changed chore: add sitemap.xml generating script by @yeonjuan in yeonjuan/html-eslint#197 feat: add test for tabs in...
Bumps [semver](https://github.com/npm/node-semver) from 7.6.2 to 7.6.3. Release notes Sourced from semver's releases. v7.6.3 7.6.3 (2024-07-16) Bug Fixes 73a3d79 #726 optimize Range parsing and formatting (#726) (@jviide) Documentation 2975ece #719 fix...
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.3. Release notes Sourced from prettier's releases. 3.3.3 🔗 Changelog 3.3.2 🔗 Changelog 3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note Changelog Sourced from prettier's...
## Description The [.riot file extension](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/bbbad6b18ccb8da0ce4c7cf9fac4596830b47a8e/src/settings.js#L15) is supported by default but not mentioned in the [html-extensions](https://github.com/BenoitZugmeyer/eslint-plugin-html?tab=readme-ov-file#htmlhtml-extensions) section of the README.
### the background I have tried to get `eslint-plugin-html` working, but I just keep getting errors. As you can see I am using the latest version of ESLint which uses...
Currently, the plugin is working fine in `.liquid` files if my jS code is within the normal `` tag but I want to add support if I use the recommended...