.eslintrc.json 199 Bytes
Newer Older
Johann-S's avatar
Johann-S committed
1
2
3
{
  "root": true,
  "extends": [
4
    "../../../.eslintrc.json"
Johann-S's avatar
Johann-S committed
5
6
7
  ],
  "overrides": [
    {
XhmikosR's avatar
XhmikosR committed
8
9
10
      "files": [
        "**/*.spec.js"
      ],
Johann-S's avatar
Johann-S committed
11
12
13
14
15
16
      "env": {
        "jasmine": true
      }
    }
  ]
}