tiny-vue_version0/.hintrc

16 lines
211 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"compat-api/html": [
"default",
{
"ignore": [
"script[type=module]"
]
}
],
"axe/language": "off"
}
}