eslint-plugin-reanimated
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -78,3 +78,4 @@ "use strict"; | ||
if (uri === "react-native-reanimated/react-native-reanimated.d.ts" || | ||
uri.startsWith("typescript/")) { | ||
uri.startsWith("typescript/") || | ||
uri === "@types/node/console.d.ts") { | ||
return true; | ||
@@ -81,0 +82,0 @@ } |
{ | ||
"name": "eslint-plugin-reanimated", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"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
10618
195