eslint-plugin-putout
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "eslint-plugin-putout", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "eslint plagin for putout", | ||
@@ -5,0 +5,0 @@ "release": false, |
@@ -23,5 +23,5 @@ 'use strict'; | ||
const aligned = alignSpaces(text); | ||
if (text === aligned) | ||
const aligned = alignSpaces(text); | ||
if (text === aligned) | ||
return; | ||
@@ -28,0 +28,0 @@ |
@@ -26,2 +26,7 @@ 'use strict'; | ||
const assignRegExp = /\{\n?.*=.*\n?.*}/; | ||
if (assignRegExp.test(text)) | ||
return; | ||
context.report({ | ||
@@ -28,0 +33,0 @@ node, |
8328
135