rsnext/examples/next-forms/.eslintrc.json
Henrik Wenz abbe3b0ad4
[Docs] Update next-forms example (#40284)
## Changelog

see commits

## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-09-07 00:33:51 +00:00

4 lines
56 B
JSON

{
"root": true,
"extends": "next/core-web-vitals"
}