remove ignored lint rule

This commit is contained in:
Fred K. Schott 2021-08-23 22:18:27 -07:00
parent 3ab89e04da
commit 5be1c7694b

View file

@ -15,6 +15,6 @@ module.exports = {
'no-shadow': 'error',
'prefer-const': 'off',
'prefer-rest-params': 'off',
'require-jsdoc': 'warn',
'require-jsdoc': 'off',
},
};