allow comment markers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-11-21 19:55:51 +01:00
parent 8cdd89b5c5
commit 3394211329
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ module.exports = {
words: true, words: true,
nonwords: false nonwords: false
}], }],
'spaced-comment': ['error', 'always'], 'spaced-comment': ['error', 'always', { markers: ['/'] }],
'switch-colon-spacing': 'error', 'switch-colon-spacing': 'error',
'template-tag-spacing': 'error', 'template-tag-spacing': 'error',
'unicode-bom': 'error', 'unicode-bom': 'error',

View File

@ -1,6 +1,6 @@
{ {
"name": "@sapphirecode/eslint-config", "name": "@sapphirecode/eslint-config",
"version": "2.1.18", "version": "2.1.19",
"description": "scode eslint standard configuration", "description": "scode eslint standard configuration",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {