Initial Commit ...

This commit is contained in:
2026-04-17 17:04:44 +03:30
commit a986295e19
842 changed files with 97431 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"extends": [
"development"
],
"hints": {
"meta-viewport": "off",
"apple-touch-icons": "off",
"compat-api/html": "off",
"no-inline-styles": "off",
"axe/name-role-value": [
"default",
{
"link-name": "off"
}
],
"disown-opener": "off"
}
}