mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
fix(lint): avoid incompatible TypeScript rule
strictNullChecks: true does not work with jest. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
committed by
Philip Molares
parent
84c6ed769d
commit
527e06dfa7
@@ -23,6 +23,7 @@
|
||||
"typescript/no-unsafe-member-access": "off",
|
||||
"typescript/require-await": "off",
|
||||
"typescript/explicit-function-return-type": "off",
|
||||
"typescript/no-useless-default-assignment": "off",
|
||||
"jest/no-standalone-expect": "off"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user