mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
prefer-const style
This commit is contained in:
parent
d8a5af5b8c
commit
3918bc136c
@ -20,7 +20,7 @@ module.exports = {
|
||||
'prefer-const': [
|
||||
'error',
|
||||
{
|
||||
'destructuring': 'any',
|
||||
'destructuring': 'all',
|
||||
'ignoreReadBeforeAssign': false
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user