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
WIP my account page
This commit is contained in:
@ -10,10 +10,17 @@ const config: CodegenConfig = {
|
||||
plugins: [],
|
||||
},
|
||||
"./src/gql/schema.ts": {
|
||||
plugins: ["urql-introspection"],
|
||||
plugins: [
|
||||
{
|
||||
add: {
|
||||
content: "/* eslint-disable */",
|
||||
},
|
||||
},
|
||||
"urql-introspection",
|
||||
],
|
||||
},
|
||||
},
|
||||
hooks: { afterAllFileWrite: ["eslint --fix"] },
|
||||
hooks: { afterOneFileWrite: ["prettier --write"] },
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user