mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
Add eslint prefer-const rule
thanks @soudblox
This commit is contained in:
@@ -24,6 +24,13 @@ module.exports = {
|
||||
'semi': [
|
||||
'error',
|
||||
'always'
|
||||
],
|
||||
'prefer-const': [
|
||||
'error',
|
||||
{
|
||||
'destructuring': 'any',
|
||||
'ignoreReadBeforeAssign': false
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user