prefer-const style

This commit is contained in:
Isaac
2021-05-21 20:50:18 +01:00
parent d8a5af5b8c
commit 3918bc136c

View File

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