fix: update markdown rules

This commit is contained in:
Anthony Fu 2022-03-08 03:24:01 +08:00
parent 22b5593306
commit 0117961e43

View File

@ -115,8 +115,11 @@ module.exports = {
rules: {
'no-unused-vars': 'off',
'no-undef': 'off',
'no-console': 'off',
'no-unused-expressions': 'off',
'import/no-unresolved': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
},
},
],