Homepage-imsyy/.hintrc
2023-01-30 11:41:27 +08:00

9 lines
127 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"compat-api/html": "off",
"no-protocol-relative-urls": "off"
}
}