remove ignored lint rule
This commit is contained in:
parent
3ab89e04da
commit
5be1c7694b
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ module.exports = {
|
|||
'no-shadow': 'error',
|
||||
'prefer-const': 'off',
|
||||
'prefer-rest-params': 'off',
|
||||
'require-jsdoc': 'warn',
|
||||
'require-jsdoc': 'off',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue