This commit is contained in:
parent
11243f7c3b
commit
25d1bab861
1
index.js
1
index.js
@ -253,6 +253,7 @@ module.exports = {
|
||||
],
|
||||
'space-before-blocks': ['error', 'always'],
|
||||
'space-before-function-paren': ['error', 'always'],
|
||||
'no-spaced-func': 'off',
|
||||
'space-in-parens': ['error', 'never'],
|
||||
'space-infix-ops': 'error',
|
||||
'space-unary-ops': [
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sapphirecode/eslint-config",
|
||||
"version": "2.1.22",
|
||||
"version": "2.1.23",
|
||||
"description": "scode eslint standard configuration",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user