You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump frontend dependencies
Also properly exclude generated files from eslint
This commit is contained in:
@ -7,23 +7,9 @@ const config: CodegenConfig = {
|
||||
generates: {
|
||||
"./src/gql/": {
|
||||
preset: "client",
|
||||
plugins: [
|
||||
{
|
||||
add: {
|
||||
content: "/* eslint-disable */",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
"./src/gql/schema.ts": {
|
||||
plugins: [
|
||||
{
|
||||
add: {
|
||||
content: "/* eslint-disable */",
|
||||
},
|
||||
},
|
||||
"urql-introspection",
|
||||
],
|
||||
plugins: ["urql-introspection"],
|
||||
},
|
||||
},
|
||||
hooks: {
|
||||
|
Reference in New Issue
Block a user