# eslint-plugin-react@7.37.x has a peer-dep range that stops at eslint@9.7
# while this project pins eslint@^10.3.0. The plugin works fine against
# v10 in practice (it's a peer-dep version-range omission upstream, not a
# real incompatibility), so we tell npm to ignore the conflict.
#
# This applies to local `npm install`, `npm ci`, and the Railway docker
# build alike, so we never need to remember the --legacy-peer-deps flag.
legacy-peer-deps=true
