fix destruction of folder imports

This commit is contained in:
Timo Hocker 2020-02-04 14:06:31 +01:00
parent 7762b71b6a
commit 29a93834d5

View File

@ -306,7 +306,7 @@ module.exports = {
'error',
{ contexts: ['Properties'] }
],
'jsdoc/require-description': 'error',
'jsdoc/require-description': ['error', 'never'],
// node
'node/exports-style': 'error',