10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"extends": ["markuplint:recommended-static-html"],
|
|
"parser": {
|
|
".astro$": "@markuplint/astro-parser"
|
|
},
|
|
"rules": {
|
|
"use-list": false
|
|
}
|
|
}
|