mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
order
This commit is contained in:
parent
740202d1e1
commit
b0e29be1b5
14
.eslintrc.js
14
.eslintrc.js
@ -17,6 +17,13 @@ module.exports = {
|
||||
'warn',
|
||||
'windows'
|
||||
],
|
||||
'prefer-const': [
|
||||
'error',
|
||||
{
|
||||
'destructuring': 'any',
|
||||
'ignoreReadBeforeAssign': false
|
||||
}
|
||||
],
|
||||
'quotes': [
|
||||
'error',
|
||||
'single'
|
||||
@ -25,12 +32,5 @@ module.exports = {
|
||||
'error',
|
||||
'always'
|
||||
],
|
||||
'prefer-const': [
|
||||
'error',
|
||||
{
|
||||
'destructuring': 'any',
|
||||
'ignoreReadBeforeAssign': false
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user