summaryrefslogtreecommitdiff
path: root/spec/frontend/.eslintrc.yml
blob: 046215e4c93fa3700a0bc5283d8fedb553fdd653 (plain)
1
2
3
4
5
6
7
8
9
---
env:
  jest/globals: true
plugins:
- jest
settings:
  import/resolver:
    jest:
      jestConfigFile: "jest.config.js"