diff --git a/index.js b/index.js index 3e18c4b..a1fea0a 100644 --- a/index.js +++ b/index.js @@ -260,7 +260,7 @@ module.exports = { words: true, nonwords: false }], - 'spaced-comment': ['error', 'always'], + 'spaced-comment': ['error', 'always', { markers: ['/'] }], 'switch-colon-spacing': 'error', 'template-tag-spacing': 'error', 'unicode-bom': 'error', diff --git a/package.json b/package.json index 3afeee3..f995011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config", - "version": "2.1.18", + "version": "2.1.19", "description": "scode eslint standard configuration", "main": "index.js", "scripts": {