fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2021-01-27 10:55:35 +01:00
parent 11243f7c3b
commit 25d1bab861
2 changed files with 2 additions and 1 deletions

View File

@ -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': [

View File

@ -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": {