mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Add spaced-comment rule
This commit is contained in:
parent
32f43ac18f
commit
a30df81dff
@ -171,6 +171,10 @@ module.exports = {
|
||||
'space-in-parens': [
|
||||
'error',
|
||||
'never'
|
||||
],
|
||||
'spaced-comment': [
|
||||
'error',
|
||||
'always'
|
||||
]
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user