conflicting rule

This commit is contained in:
Timo Hocker 2020-05-06 15:46:34 +02:00
parent 10a9026442
commit d14a08034b

View File

@ -44,6 +44,7 @@ module.exports = {
leadingUnderscore: 'require'
}
],
'@typescript-eslint/no-use-before-define': 'off',
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
}
}