{
  "plugins": ["jest"],
  "rules": {
    "jest/no-alias-methods": "warn",
    "jest/prefer-to-be": "error",
    "jest/prefer-to-contain": "error",
    "jest/prefer-to-have-length": "error"
  }
}
