eslint-config-zavatta
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -133,3 +133,3 @@ 'use strict'; | ||
'no-mixed-spaces-and-tabs': 2, | ||
'no-multiple-empty-lines': 2, | ||
'no-multiple-empty-lines': [2, { 'max': 1 }], | ||
'no-nested-ternary': 0, | ||
@@ -136,0 +136,0 @@ 'no-negated-condition': 0, |
{ | ||
"name": "eslint-config-zavatta", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "An eslint config, designed to help you in dark times.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5368