mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Play with eslint rules
This commit is contained in:
@@ -53,7 +53,9 @@ module.exports = {
|
||||
"import/extensions": [2, {
|
||||
js: "never",
|
||||
jsx: "never",
|
||||
json: "always"
|
||||
json: "always",
|
||||
ts: "never",
|
||||
tsx: "never"
|
||||
}],
|
||||
indent: ["error", 2, { SwitchCase: 1 }],
|
||||
"max-len": [
|
||||
|
||||
@@ -16,7 +16,7 @@ import MapView, {
|
||||
} from "react-native-maps";
|
||||
import Observation from "realmModels/Observation";
|
||||
import fetchCoarseUserLocation from "sharedHelpers/fetchCoarseUserLocation.ts";
|
||||
import mapTracker from "sharedHelpers/MapPerformanceTracker.ts";
|
||||
import mapTracker from "sharedHelpers/mapPerformanceTracker.ts";
|
||||
import { useDebugMode, useDeviceOrientation } from "sharedHooks";
|
||||
import useLocationPermission from "sharedHooks/useLocationPermission.tsx";
|
||||
import colors from "styles/tailwindColors";
|
||||
|
||||
Reference in New Issue
Block a user