eslint-config-mindtouch
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -129,3 +129,7 @@ module.exports = { | ||
'space-before-blocks': 1, | ||
'space-before-function-paren': [ 1, 'never' ], | ||
'space-before-function-paren': [ 1, { | ||
"anonymous": "never", | ||
"named": "never", | ||
"asyncArrow": "always" | ||
} ], | ||
'space-in-parens': [ 1, 'never' ], | ||
@@ -132,0 +136,0 @@ 'space-infix-ops': 1, |
{ | ||
"name": "eslint-config-mindtouch", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "ESLint rules for MindTouch JavaScript projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5441
149
0