This commit is contained in:
Timo Hocker 2020-04-27 14:45:01 +02:00
parent 478c9ca770
commit 9d27322937

View File

@ -44,6 +44,7 @@ module.exports = {
leadingUnderscore: 'require'
}
],
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
'jsdoc/require-param-type': 'off'
}
}