Skip to content

Commit 0c85fca

Browse files
committed
feat: initial coding
1 parent 9908237 commit 0c85fca

File tree

5 files changed

+443
-96
lines changed

5 files changed

+443
-96
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const tsconfig = tseslint.config({
1414
],
1515
rules: {
1616
"@typescript-eslint/no-explicit-any": "off",
17+
"@typescript-eslint/no-unused-vars": "warn",
1718
},
1819
})
1920

0 commit comments

Comments
 (0)