@next/eslint-plugin-next
Advanced tools
Comparing version 15.0.4-canary.6 to 15.0.4-canary.7
@@ -30,3 +30,3 @@ "use strict"; | ||
node: node, | ||
message: "Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: ".concat(url) | ||
message: "Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: ".concat(url) | ||
}); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "@next/eslint-plugin-next", | ||
"version": "15.0.4-canary.6", | ||
"version": "15.0.4-canary.7", | ||
"description": "ESLint plugin for Next.js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
82402