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