Merge pull request #3249 from inaturalist/mob-512-implement-saved-match-screen

MOB-512 saved match screen experience
This commit is contained in:
Seth Peterson
2025-12-09 09:22:10 -06:00
committed by GitHub
21 changed files with 698 additions and 166 deletions

View File

@@ -170,6 +170,12 @@ module.exports = {
"import/consistent-type-specifier-style": "off"
}
},
{
files: ["*.test.js", "*.test.tsx"],
rules: {
"react/jsx-props-no-spreading": "off"
}
},
{
files: ["**/__mocks__/**/*", "**/*mock*", "**/*.mock.*"],
rules: {