mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Disable no-var-requires
Actually quite useful in CLI commands / lazy imports
This commit is contained in:
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user