fix: do not require comma-dangle
in markdown
This commit is contained in:
parent
2f1c785eef
commit
ddd34a9465
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user