Skip to main content
Module

x/s3si/deno.json

Export your battles from SplatNet to https://stat.ink
Go to Latest
File
{ "tasks": { "check": "deno check s3si.ts", "fmt": "deno fmt", "fmt:check": "deno fmt --check", "lint": "deno lint", "run": "deno run -A", "gen": "deno run -A ./scripts/update-constant.ts" }, "fmt": { "files": { "exclude": [ "export/", "cache/", ".vscode/", ".github/", "profile.json", "gui/" ] } }, "lint": { "files": { "exclude": [ "export/", "cache/", ".vscode/", ".github/", "profile.json", "gui/" ] } }}