Skip to content

Commit 0a3dd36

Browse files
docs: add the link of ESLint example to guideline (#73491)
## Summary Add [`with-eslint`](https://github.com/vercel/next.js/tree/canary/examples/with-eslint) example link to [adding-examples.md](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) for convenience. ### Improving Documentation - [x] Run `pnpm prettier-fix` to fix formatting issues before opening the PR. - [x] Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide
1 parent c2078d0 commit 0a3dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/examples/adding-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
When you add an example to the [examples](https://github.com/vercel/next.js/tree/canary/examples) directory, please follow these guidelines to ensure high-quality examples:
44

55
- TypeScript should be leveraged for new examples (no need for separate JavaScript and TypeScript examples, converting old JavaScript examples is preferred)
6-
- Examples should not add custom ESLint configuration (we have specific templates for ESLint)
6+
- Examples should not add custom ESLint configuration (we have [specific templates for ESLint](https://github.com/vercel/next.js/tree/canary/examples/with-eslint))
77
- If API routes aren't used in an example, they should be omitted
88
- If an example exists for a certain library and you would like to showcase a specific feature of that library, the existing example should be updated (instead of adding a new example)
99
- Package manager specific config should not be added (e.g. `resolutions` in `package.json`)

0 commit comments

Comments
 (0)