{
  "extends": "standard",
  "plugins": [
    "jest"
  ],
  "env": {
    "jest/globals": true
  }
}