eslint-plugin-next-on-pages@1.11.0
github-actions
released this
22 Mar 20:45
·
60 commits
to main
since this release
Minor Changes
-
702f601: add new
no-app-nodejs-dynamic-ssg
ruleadd the new
no-app-nodejs-dynamic-ssg
rule that makes sure that
developers usinggenerateStaticParams
also export either theruntime
variable set toedge
or thedynamicParams
one set tofalse
-
82aa1a4: add new
no-pages-nodejs-dynamic-ssg
ruleadd the new
no-pages-nodejs-dynamic-ssg
rule that makes sure that
developers usinggetStaticPaths
set thefallback
property tofalse
or opt in into theedge
runtime