eslint-config-hexo
Advanced tools
Comparing version
@@ -106,3 +106,7 @@ module.exports = { | ||
'space-before-blocks': 'error', | ||
'space-before-function-paren': ['error', 'never'], | ||
'space-before-function-paren': ['error', { | ||
anonymous: 'never', | ||
named: 'never', | ||
asyncArrow: 'always' | ||
}], | ||
'space-in-parens': 'error', | ||
@@ -109,0 +113,0 @@ 'space-infix-ops': 'error', |
{ | ||
"name": "eslint-config-hexo", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "ESLint config for Hexo projects", | ||
@@ -5,0 +5,0 @@ "repository": "hexojs/eslint-config-hexo", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6545
1.16%154
2.67%0
-100%