1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00
openuds-gui/.hintrc
2023-01-15 17:08:40 +01:00

11 lines
193 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"axe/forms": "off",
"axe/text-alternatives": "off",
"button-type": "off",
"typescript-config/consistent-casing": "off"
}
}