Intellicode/graphql-resolver-cache

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "globals": { "Promise": true },
  "parserOptions": {
    "ecmaVersion": 6
  },
  "env": {
    "node": true,
    "jest": true,
    "browser": true
  },
  "extends": ["eslint:recommended", "prettier"]
}