Comparing version 0.0.11 to 0.0.13
@@ -99,8 +99,7 @@ function Deal(str) { | ||
return end ? deal(str).insert(end - 1, ', 10') : false; | ||
}, | ||
// 添加转义 | ||
"Unescaped '{a}'.": function (str, ch, a) { | ||
return deal(str).insert(ch, '\\\\'); | ||
} | ||
// , | ||
// // 添加转义 | ||
// "Unescaped '{a}'.": function (str, ch, a) { | ||
// return deal(str).insert(ch, '\\\\'); | ||
// } | ||
}; |
@@ -8,3 +8,3 @@ { | ||
"description": "javascript fix base on jshint", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"main": "./lib/run.js", | ||
@@ -11,0 +11,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177050
4466