-
Sorry to ask about such minor details. 🙏
The name of the property for configuring rule details is `option` (singular form)
```
{
"rules": {
"rule-name": {
"option": {
}
…
-
```js
```
Warn `imageSrcSet` and `imageSizes` on the `invalid-attr` rule.
Because:
Attribute names don't resolve as case-insensitive.
https://github.com/markuplint/markuplint/blob/d2ee3…
-
In the new website, removed rule's page is deleted.
https://next.markuplint.dev/rules/attr-equal-space-after/ (Not found)
However, if we delete the page, there is no way to notice "this rule is …
-
There is no og:image in the website now.
(The og:image is not found in the current website and the new website)
https://markuplint.dev/
`og:image` url : https://repository-images.githubusercontent.…
-
- Markuplint version: `3.0.0-rc.1`
- Parser lang: HTML
- Node.js version: `18.12.0`
- OS: Windows
## Describe the bug
Errors are reported even in valid HTML when `` element is included.
Not…
-
Want to add it because got the API key.
> **CSS**
> Copy this snippet at the end of the HTML `` tag
> ```
>
> ```
>
> **JavaScript**
> Copy this snippet at the end of the HTML `` tag
> ```…
-
![markuplint logo](https://cdn.rawgit.com/YusukeHirao/markuplint/HEAD/media/logo-v.svg)
The current logo was made just quick by me.
I want a designer to improve it properly.
Want:
- Accessible…
-
# Description
Typescript cannot find module _packages/@markuplint/i18n/src/types_ from _markuplint/lib/i18n.d.ts_.
# Files
- package.json
```JSON
{
"name": "testcase",
"version"…
-
### Is your feature request related to a problem?
yes! many times developers write invalid HTML, like including a `` inside a ``, it would be nice to describe this rules in the SSR render, so when we…
-
There are some constraints for `select` element that has `required` attribute.
I hope Markuplint warns if it is invalid.
See:
https://html.spec.whatwg.org/multipage/form-elements.html#attr-select…