blog/.hintrc

14 lines
177 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off",
"axe/structure": [
"default",
{
"listitem": "off"
}
]
}
}