Add spaced-comment rule

This commit is contained in:
Isaac
2021-05-22 00:06:48 +01:00
parent 32f43ac18f
commit a30df81dff

View File

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