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