Files
payload/examples/auth/.eslintrc.cjs
Jacob Fletcher 7292220109 chore(examples): updates auth example to latest (#10090)
The auth example was still on `v3.0.0-beta.24`, was missing its users
collection config, and was not yet using the component paths pattern
established here: #7246. This updates to latest and fixes these issues.
This example can still use further improvements and housekeeping which
will come in future PRs.
2024-12-19 23:54:24 -05:00

5 lines
63 B
JavaScript

module.exports = {
root: true,
extends: ['@payloadcms'],
}