summaryrefslogtreecommitdiff
path: root/spec/frontend/.eslintrc.yml
blob: e78a38d31f59d26909313bb1f531c8730760da8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
env:
  jest/globals: true
plugins:
  - jest
extends:
  - 'plugin:jest/recommended'
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.js'
globals:
  getJSONFixture: false
  loadFixtures: false
  preloadFixtures: false
  setFixtures: false