eslint-config-openlayers
Advanced tools
Comparing version 9.1.0 to 9.2.0
@@ -64,3 +64,10 @@ module.exports = { | ||
'space-before-blocks': 'error', | ||
'space-before-function-paren': ['error', 'never'], | ||
'space-before-function-paren': [ | ||
'error', | ||
{ | ||
'asyncArrow': 'always', | ||
'named': 'never', | ||
'anonymous': 'never' | ||
} | ||
], | ||
'space-in-parens': 'error', | ||
@@ -67,0 +74,0 @@ 'space-infix-ops': 'error', |
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -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
10285
200