Created Dice Roller - Began work on character sheets

This commit is contained in:
Alexander Harding
2026-07-12 04:32:36 -04:00
parent fea5ea7bb8
commit 8ee55532f3
16 changed files with 2411 additions and 86 deletions
+5
View File
@@ -13,6 +13,11 @@ const eslintConfig = defineConfig([
"build/**",
"next-env.d.ts",
]),
{
rules: {
"@typescript-eslint/no-explicit-any": "warn"
}
}
]);
export default eslintConfig;