Skip to content

nextjs/no-typos Correctness

🚧 An auto-fix is still under development.

What it does

Prevent common typos in Next.js's data fetching functions

Why is this bad?

Example

javascript
export default function Page() {
  return <div></div>;
}
export async function getServurSideProps() {}

References

Released under the MIT License.