summaryrefslogtreecommitdiff
path: root/.hintrc
blob: 7c2c4a4f9b7eb265f2282e4f440d1915f5a4f659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": [
    "development"
  ],
  "browserslist": [
    "defaults",
    "not ie 11",
    "not chrome <= 109"
  ],
  "hints": {
    "axe/forms": "off",
    "no-inline-styles": "off"
  }
}