This commit is contained in:
parent
8cdd89b5c5
commit
3394211329
2
index.js
2
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',
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user