eslint-plugin-html
eslint-plugin-html copied to clipboard
An ESLint plugin to extract and lint scripts from HTML files.
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
## Description #123 ties into this (and perhaps could be considered with this), though that issue is focused on inline event handler blocks, and this issue is more for the...
## Description We are trying to use prettier as part of ESLint, alongside eslint-plugin-html. This seems to generally work, however, it is getting confused with indentation fixes. ## Setup configuration...
## Description Right now, you can only lint non-inline scripts. It'd be good if you could lint stuff using the syntax of ```js ``` Ideally it would use the syntax...
## Description Inline event handlers such as `onload` can contain JavaScript. These may contain errors or one may not want these handlers at all. It would be great if `eslint-plugin-html`:...
## When I use eslint-plugin-html, I have a problem. Do you have the same problem as me? If so, please let us know the solution. The warning message is as...
Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.13.2 to 0.14.1. Commits 0fd16ae v0.14.1 d0fdabb fix: [element-newline] Remove invalid node types 3b5398a v0.14.0 4c8df6b fix: [indent] add test cases (fixes #102) (#105) ba05ca2 feat: change...
Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.13.2 to 0.14.0. Commits 3b5398a v0.14.0 4c8df6b fix: [indent] add test cases (fixes #102) (#105) ba05ca2 feat: change parser (fixes #103) (#104) See full diff in compare...
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.3. Release notes Sourced from jest's releases. v29.0.3 Features [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202) [expect] Expose ExpectationResult type...