eslint-config-zavatta
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -28,4 +28,4 @@ module.exports = { | ||
'dot-location': [2, 'property'], | ||
'max-len': [2, 100], | ||
'max-statements-per-line': 2, | ||
'max-len': 0, | ||
'max-statements-per-line': [2, { 'max': 2 }], | ||
'newline-before-return': 0, | ||
@@ -36,3 +36,3 @@ 'no-case-declarations': 2, | ||
'no-eq-null': 2, | ||
'no-extra-parens': 2, | ||
'no-extra-parens': 0, | ||
'no-implicit-globals': 2, | ||
@@ -221,3 +221,3 @@ 'no-magic-numbers': 0, | ||
'no-whitespace-before-property': 2, | ||
'object-curly-newline': [2, { 'multiline': true }], | ||
'object-curly-newline': 0, | ||
'object-property-newline': [2, { 'allowMultiplePropertiesPerLine': true }], | ||
@@ -224,0 +224,0 @@ 'one-var-declaration-per-line': 2, |
{ | ||
"name": "eslint-config-zavatta", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "An eslint config, designed to help you in dark times.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
6998
1