mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-03-11 04:58:21 +03:00
16 lines
270 B
Plaintext
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"
|
|
]
|
|
} |