diff --git a/index.js b/index.js index a225bf5..1803faa 100644 --- a/index.js +++ b/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': [ diff --git a/package.json b/package.json index fabcae4..c45e8c4 100644 --- a/package.json +++ b/package.json @@ -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": {