eslint-plugin-for-wtools
Advanced tools
Comparing version 0.3.18 to 0.3.19
{ | ||
"name" : "eslint-plugin-for-wtools", | ||
"version" : "0.3.18", | ||
"version" : "0.3.19", | ||
"description" : "Extends rule `space-in-parens` of `eslint`. Implement exception for single argument call case.", | ||
@@ -20,5 +20,5 @@ "author" : "Kostiantyn Wandalen <wanalen@01.school>", | ||
"dependencies" : { "lodash" : "4.17.19" }, | ||
"peerDependency" : { "eslint" : "" }, | ||
"peerDependency" : { "eslint" : "7.1.0" }, | ||
"devDependencies" : { "eslint-plugin-for-wtools" : "file:.", "wTesting" : "alpha" }, | ||
"keywords" : [ "eslint", "eslintplugin", "space-in-parens" ] | ||
} |
@@ -27,3 +27,3 @@ ( function _Int_test_s_() | ||
var Self = | ||
let Self = | ||
{ | ||
@@ -30,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
16255