Disable no-var-requires

Actually quite useful in CLI commands / lazy imports
This commit is contained in:
rijkvanzanten
2020-12-07 19:06:12 -05:00
parent b8812df86a
commit f36966ca2a

View File

@@ -20,6 +20,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 0,
'@typescript-eslint/ban-ts-ignore': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-var-requires': 0,
'comma-dangle': [
'error',
{