Homepage-imsyy/.hintrc

9 lines
127 B
Plaintext
Raw Normal View History

2023-01-30 03:41:27 +00:00
{
"extends": [
"development"
],
"hints": {
"compat-api/html": "off",
"no-protocol-relative-urls": "off"
}
}