Add spaced-comment rule

This commit is contained in:
Isaac 2021-05-22 00:06:48 +01:00
parent 32f43ac18f
commit a30df81dff
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -171,6 +171,10 @@ module.exports = {
'space-in-parens': [ 'space-in-parens': [
'error', 'error',
'never' 'never'
],
'spaced-comment': [
'error',
'always'
] ]
} }
}; };