summaryrefslogtreecommitdiffstats
path: root/js/tests/visual/.eslintrc.json
blob: 8a332257205820ffb706a84334059b1c7e625677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "plugins": [
    "html"
  ],
  "extends": "../../../.eslintrc.json",
  "parserOptions": {
    "sourceType": "module"
  },
  "settings": {
    "html/html-extensions": [
      ".html"
    ]
  },
  "rules": {
    "no-console": "off",
    "no-new": "off",
    "unicorn/no-array-for-each": "off"
  }
}