fix: disable no-var-requires in markdown

This commit is contained in:
Anthony Fu 2022-03-11 06:00:29 +08:00
parent 83db65f464
commit 774757b0e5

View File

@ -130,6 +130,7 @@ module.exports = {
'@typescript-eslint/no-redeclare': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-var-requires': 'off',
'import/no-unresolved': 'off',
'no-alert': 'off',
'no-console': 'off',