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