Skip to content

Commit 6adf50a

Browse files
committed
bots/asakatsu-bot: format
1 parent cc30675 commit 6adf50a

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

bots/asakatsu-bot/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "asakatsu-bot",
3-
"version": "0.1.0",
4-
"module": "index.ts",
5-
"type": "module",
6-
"private": true,
7-
"devDependencies": {
8-
"@types/bun": "^1.3.5"
9-
},
10-
"peerDependencies": {
11-
"typescript": "^5.9.3"
12-
},
13-
"dependencies": {
14-
"discord.js": "^14.25.1",
15-
"zod": "^4.3.5"
16-
}
2+
"name": "asakatsu-bot",
3+
"version": "0.1.0",
4+
"module": "index.ts",
5+
"type": "module",
6+
"private": true,
7+
"devDependencies": {
8+
"@types/bun": "^1.3.5"
9+
},
10+
"peerDependencies": {
11+
"typescript": "^5.9.3"
12+
},
13+
"dependencies": {
14+
"discord.js": "^14.25.1",
15+
"zod": "^4.3.5"
16+
}
1717
}

bots/asakatsu-bot/tsconfig.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"compilerOptions": {
3-
// Environment setup & latest features
4-
"lib": ["ESNext"],
5-
"target": "ESNext",
6-
"module": "Preserve",
7-
"moduleDetection": "force",
8-
"jsx": "react-jsx",
9-
"allowJs": true,
2+
"compilerOptions": {
3+
// Environment setup & latest features
4+
"lib": ["ESNext"],
5+
"target": "ESNext",
6+
"module": "Preserve",
7+
"moduleDetection": "force",
8+
"jsx": "react-jsx",
9+
"allowJs": true,
1010

11-
// Bundler mode
12-
"moduleResolution": "bundler",
13-
"allowImportingTsExtensions": true,
14-
"verbatimModuleSyntax": true,
15-
"noEmit": true,
11+
// Bundler mode
12+
"moduleResolution": "bundler",
13+
"allowImportingTsExtensions": true,
14+
"verbatimModuleSyntax": true,
15+
"noEmit": true,
1616

17-
// Best practices
18-
"strict": true,
19-
"skipLibCheck": true,
20-
"noFallthroughCasesInSwitch": true,
21-
"noUncheckedIndexedAccess": true,
22-
"noImplicitOverride": true,
17+
// Best practices
18+
"strict": true,
19+
"skipLibCheck": true,
20+
"noFallthroughCasesInSwitch": true,
21+
"noUncheckedIndexedAccess": true,
22+
"noImplicitOverride": true,
2323

24-
// Some stricter flags (disabled by default)
25-
"noUnusedLocals": false,
26-
"noUnusedParameters": false,
27-
"noPropertyAccessFromIndexSignature": false
28-
}
24+
// Some stricter flags (disabled by default)
25+
"noUnusedLocals": false,
26+
"noUnusedParameters": false,
27+
"noPropertyAccessFromIndexSignature": false
28+
}
2929
}

0 commit comments

Comments
 (0)