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-blocks': ['error', 'always'],
|
||||||
'space-before-function-paren': ['error', 'always'],
|
'space-before-function-paren': ['error', 'always'],
|
||||||
|
'no-spaced-func': 'off',
|
||||||
'space-in-parens': ['error', 'never'],
|
'space-in-parens': ['error', 'never'],
|
||||||
'space-infix-ops': 'error',
|
'space-infix-ops': 'error',
|
||||||
'space-unary-ops': [
|
'space-unary-ops': [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/eslint-config",
|
"name": "@sapphirecode/eslint-config",
|
||||||
"version": "2.1.22",
|
"version": "2.1.23",
|
||||||
"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