mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
chore: add more eslint rules
- Added `func-call-spacing` - Added `rest-spread-spacing`
This commit is contained in:
parent
609a996d57
commit
c56a35fd11
@ -72,6 +72,10 @@ module.exports = {
|
||||
'eqeqeq': [
|
||||
'error'
|
||||
],
|
||||
'func-call-spacing': [
|
||||
'error',
|
||||
'never'
|
||||
],
|
||||
'indent': [
|
||||
'error',
|
||||
'tab'
|
||||
@ -159,6 +163,10 @@ module.exports = {
|
||||
'error',
|
||||
'single'
|
||||
],
|
||||
'rest-spread-spacing': [
|
||||
'error',
|
||||
'never'
|
||||
],
|
||||
'semi': [
|
||||
'error',
|
||||
'always'
|
||||
|
Loading…
Reference in New Issue
Block a user