mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Merge pull request #3249 from inaturalist/mob-512-implement-saved-match-screen
MOB-512 saved match screen experience
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user