chore: fixup build and lint

This commit is contained in:
iCrawl
2023-04-14 17:11:12 +02:00
parent 0d0e4d1cb6
commit a76c1ddacc
8 changed files with 67 additions and 90 deletions

View File

@@ -7,8 +7,5 @@
"rules": {
"@typescript-eslint/consistent-type-definitions": ["error", "interface"]
},
"ignorePatterns": ["**/dist/*"],
"env": {
"jest": true
}
"ignorePatterns": ["**/dist/*"]
}