prefer-const style

This commit is contained in:
Isaac 2021-05-21 20:50:18 +01:00
parent d8a5af5b8c
commit 3918bc136c
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -20,7 +20,7 @@ module.exports = {
'prefer-const': [
'error',
{
'destructuring': 'any',
'destructuring': 'all',
'ignoreReadBeforeAssign': false
}
],