eslint-config-warp
Advanced tools
Comparing version 2.0.0 to 2.1.0
10
index.js
@@ -107,11 +107,3 @@ 'use strict'; | ||
'switch-colon-spacing': [2, {after: true, before: false}], | ||
'semi-style': [2, 'last'], | ||
'padding-line-between-statements': [2, | ||
{blankLine: 'always', prev: '*', next: 'function'}, | ||
{blankLine: 'always', prev: 'function', next: '*'}, | ||
{blankLine: 'always', prev: '*', next: 'multiline-block-like'}, | ||
{blankLine: 'always', prev: 'multiline-block-like', next: '*'}, | ||
{blankLine: 'always', prev: 'directive', next: '*'}, | ||
{blankLine: 'never', prev: 'var', next: 'var'} | ||
] | ||
'semi-style': [2, 'last'] | ||
@@ -118,0 +110,0 @@ } |
{ | ||
"name": "eslint-config-warp", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "WeAreReasonablePeople linting rules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7241
179