eslint-config-scm
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -225,3 +225,3 @@ /** | ||
'space-before-blocks': 'error', | ||
'space-before-function-paren': ['error', { anonymous: 'always', named: 'never' }], | ||
'space-before-function-paren': ['error', { anonymous: 'never', named: 'never' }], | ||
'space-in-parens': 'error', | ||
@@ -228,0 +228,0 @@ 'space-infix-ops': 'error', |
{ | ||
"name": "eslint-config-scm", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Common code style for scm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13786