Socialify

Folder ..

Viewing .hintrc
13 lines (14 loc) • 191.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
  "extends": [
    "development"
  ],
  "hints": {
    "axe/text-alternatives": [
      "default",
      {
        "document-title": "off"
      }
    ],
    "no-inline-styles": "off"
  }
}