Skip to content

Commit 0783c52

Browse files
authored
apply new rules and update dependencies (#202)
1 parent 7b51d28 commit 0783c52

File tree

5 files changed

+142
-419
lines changed

5 files changed

+142
-419
lines changed

index.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ const tsConfigurations = [
380380
'@checkdigit/no-test-import': 'off',
381381
'@checkdigit/no-serve-runtime': 'error',
382382
'@checkdigit/no-side-effects': 'off',
383+
'@checkdigit/require-service-call-response-declaration': 'off',
384+
'@checkdigit/no-status-code-assert': 'off',
383385
'@typescript-eslint/no-base-to-string': 'off',
384386
'@typescript-eslint/no-unsafe-argument': 'off',
385387
'@typescript-eslint/no-unsafe-call': 'off',

0 commit comments

Comments
 (0)