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