Files
StaticGalleryBuilder/.hintrc

16 lines
214 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"apple-touch-icons": "off",
"compat-api/css": [
"default",
{
"ignore": [
"-webkit-app-region"
]
}
]
}
}