Skip to content

Commit 4cb96fb

Browse files
chore(contributing): remove note about eslint-config-next
Since we don't prefer having ESLint as part of the examples anyway.
1 parent 2fa33b3 commit 4cb96fb

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
@@ -7,7 +7,7 @@ When you add an example to the [examples](examples) directory, please follow the
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`)
10-
- In `package.json` the version of `next` (and `eslint-config-next`) should be `latest`
10+
- In `package.json` the version of `next` should be `latest`
1111
- In `package.json` the dependency versions should be up-to-date
1212
- Use `export default function` for page components and API Routes instead of `const`/`let` (The exception is if the page has `getInitialProps`, in which case [`NextPage`](https://nextjs.org/docs/api-reference/data-fetching/get-initial-props#typescript) could be useful)
1313
- CMS example directories should be prefixed with `cms-`

0 commit comments

Comments
 (0)