mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
* Create "me" view for logged in user * Implement user auth on web * Fix type errors * Setup static regeneration * Disable next export * Address PR feedback
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files": ["./graphql/*.ts", "./lib/hooks.ts"],
|
|
"rules": {
|
|
"@typescript-eslint/explicit-module-boundary-types": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|