mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Add eslint rules & make lint fixes
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
module.exports = {
|
||||
transformer: {
|
||||
getTransformOptions: async () => ({
|
||||
getTransformOptions: async () => ( {
|
||||
transform: {
|
||||
experimentalImportSupport: false,
|
||||
inlineRequires: true,
|
||||
},
|
||||
}),
|
||||
},
|
||||
inlineRequires: true
|
||||
}
|
||||
} )
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user