fix: do not require comma-dangle in markdown

This commit is contained in:
Anthony Fu 2022-04-16 09:02:55 +08:00
parent 2f1c785eef
commit ddd34a9465

View File

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