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

16 lines
270 B
Plaintext
Raw Permalink Normal View History

2022-10-13 19:36:47 +03:00
{
"extends": [
"development"
],
"hints": {
"axe/forms": "off",
2022-10-13 20:52:59 +03:00
"axe/text-alternatives": "off",
"button-type": "off",
"typescript-config/consistent-casing": "off"
2023-01-18 14:52:57 +03:00
},
"browserslist": [
"defaults",
"not ie 11",
"not ie <= 10"
]
2022-10-13 19:36:47 +03:00
}