1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00
badgen.net/.hintrc

14 lines
184 B
Plaintext

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