diff --git a/.eslintrc.js b/.eslintrc.js index b354fdb..7fb875a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -171,6 +171,10 @@ module.exports = { 'space-in-parens': [ 'error', 'never' + ], + 'spaced-comment': [ + 'error', + 'always' ] } }; \ No newline at end of file