anilist-api-wrapper/deno.json

10 lines
147 B
JSON
Raw Permalink Normal View History

2023-10-07 08:26:33 +02:00
{
"fmt": {
"lineWidth": 100,
2023-10-07 08:26:33 +02:00
"semiColons": false
},
"tasks": {
"graphql-codegen": "deno run -A graphql-codegen/codegen.ts"
2023-10-07 08:26:33 +02:00
}
}