mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-19 14:28:02 -04:00
* (lint) MOB-1063 enforce trailing commas * autofix trailing commas * manually fix newly introduced maxlen violations * add trailing comma convention to i18n build
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
import { define } from "factoria";
|
|
|
|
export default define( "RemotePlace", faker => ( {
|
|
id: faker.number.int( ),
|
|
} ) );
|