first commit
This commit is contained in:
commit
672f0deb6a
18 changed files with 1274 additions and 0 deletions
5
eslint.config.mjs
Normal file
5
eslint.config.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default tseslint.config({
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "allow"
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue