eslint-config-zavatta
Advanced tools
Comparing version 1.1.7 to 2.0.0
10
index.js
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
module.exports = { | ||
@@ -85,3 +83,3 @@ | ||
'yoda': 2, | ||
'strict': [2, 'global'], | ||
'strict': [2, 'never'], | ||
'init-declarations': [0, 'never'], | ||
@@ -153,3 +151,3 @@ 'no-catch-shadow': 2, | ||
'semi-spacing': [2, { 'before': false, 'after': true }], | ||
'semi': [2, 'always'], | ||
'semi': [2, 'never'], | ||
'sort-vars': 0, | ||
@@ -166,3 +164,3 @@ 'space-after-keywords': [2, 'always'], | ||
'wrap-regex': 2, | ||
'arrow-parens': [2, 'as-needed'], | ||
'arrow-parens': 0, | ||
'arrow-spacing': [2, { 'before': true, 'after': true }], | ||
@@ -186,2 +184,2 @@ 'constructor-super': 2, | ||
}; | ||
} |
{ | ||
"name": "eslint-config-zavatta", | ||
"version": "1.1.7", | ||
"version": "2.0.0", | ||
"description": "An eslint config, designed to help you in dark times.", | ||
@@ -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
5335
179
1