eslint-plugin-try-catch-failsafe
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -60,7 +60,7 @@ "use strict"; | ||
} | ||
context.report({ | ||
node: node, | ||
messageId: "shouldWrap" | ||
}); | ||
} | ||
context.report({ | ||
node: node, | ||
messageId: "shouldWrap" | ||
}); | ||
} | ||
@@ -67,0 +67,0 @@ }; |
{ | ||
"name": "eslint-plugin-try-catch-failsafe", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Make sure to use try-catch to wrap up some dangerous actions!", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
6738