Files
TheGame/packages/web/.eslintrc.json
Hammad Jutt 91b94c48fe Implement User Auth on Web (#145)
* Create "me" view for logged in user

* Implement user auth on web

* Fix type errors

* Setup static regeneration

* Disable next export

* Address PR feedback
2020-10-11 11:33:16 -06:00

11 lines
182 B
JSON

{
"overrides": [
{
"files": ["./graphql/*.ts", "./lib/hooks.ts"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off"
}
}
]
}