summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/.eslintrc.json
blob: 6362a1acff4016a9ffec1020bc97e67c4c8ad8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": [
    "../../../.eslintrc.json"
  ],
  "env": {
    "jasmine": true
  },
  "rules": {
    "unicorn/consistent-function-scoping": "off",
    "unicorn/no-useless-undefined": "off",
    "unicorn/prefer-add-event-listener": "off"
  }
}