eslint-plugin-ts-exports
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -14,7 +14,7 @@ "use strict"; | ||
exports.default = createRule({ | ||
name: "js-function-in-worklet", | ||
name: "unused-exports", | ||
meta: { | ||
type: "problem", | ||
docs: { | ||
description: "non-worklet functions should be invoked via runOnJS. Use runOnJS() or workletlize instead.", | ||
description: "Detects unused exports in TypeScript", | ||
category: "Possible Errors", | ||
@@ -21,0 +21,0 @@ recommended: "error", |
{ | ||
"name": "eslint-plugin-ts-exports", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4572