fix: disable no-var-requires in markdown
This commit is contained in:
parent
83db65f464
commit
774757b0e5
@ -130,6 +130,7 @@ module.exports = {
|
|||||||
'@typescript-eslint/no-redeclare': 'off',
|
'@typescript-eslint/no-redeclare': 'off',
|
||||||
'@typescript-eslint/no-unused-vars': 'off',
|
'@typescript-eslint/no-unused-vars': 'off',
|
||||||
'@typescript-eslint/no-use-before-define': 'off',
|
'@typescript-eslint/no-use-before-define': 'off',
|
||||||
|
'@typescript-eslint/no-var-requires': 'off',
|
||||||
'import/no-unresolved': 'off',
|
'import/no-unresolved': 'off',
|
||||||
'no-alert': 'off',
|
'no-alert': 'off',
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user