mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +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',
|
'warn',
|
||||||
'windows'
|
'windows'
|
||||||
],
|
],
|
||||||
|
'prefer-const': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
'destructuring': 'any',
|
||||||
|
'ignoreReadBeforeAssign': false
|
||||||
|
}
|
||||||
|
],
|
||||||
'quotes': [
|
'quotes': [
|
||||||
'error',
|
'error',
|
||||||
'single'
|
'single'
|
||||||
@ -25,12 +32,5 @@ module.exports = {
|
|||||||
'error',
|
'error',
|
||||||
'always'
|
'always'
|
||||||
],
|
],
|
||||||
'prefer-const': [
|
|
||||||
'error',
|
|
||||||
{
|
|
||||||
'destructuring': 'any',
|
|
||||||
'ignoreReadBeforeAssign': false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user