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-18 12:52:57 +01:00

16 lines
270 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"axe/forms": "off",
"axe/text-alternatives": "off",
"button-type": "off",
"typescript-config/consistent-casing": "off"
},
"browserslist": [
"defaults",
"not ie 11",
"not ie <= 10"
]
}