Minor Changes
-
f1f5a95: remove eslint
missing-image-loader
rulethe
missing-image-loader
rule is no longer needed since@cloudflare/next-on-pages
version 1.3.0 as basic support for theImage
component has been introduced
(in the following PR: #357), therefore there isn't
a real need to warn developers not to use theImage
component without a custom loader
(since the component will just work by default).Warning
This is technically a breaking change to theeslint-plugin-next-on-pages
package
since linting would break for users specifically including themissing-image-loader
rule (causingDefinition for rule 'next-on-pages/missing-loader' was not found
errors)
however currently we don't assume that many people are using the plugin with the rule
specifically included, moreover the resolution for the breaking change is to simply
remove the rule from the application's eslint configuration so it is also extremely
simple to fix, thus we didn't consider this worth a major bump