File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 "test:debug" : " TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand" ,
4747 "perf-test" : " NODE_OPTIONS=--experimental-vm-modules npx reassure" ,
4848 "typecheck" : " NODE_OPTIONS=--max_old_space_size=8192 tsc" ,
49- "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=273 --cache --cache-location=node_modules/.cache/eslint" ,
49+ "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=264 --cache --cache-location=node_modules/.cache/eslint" ,
5050 "lint-changed" : " NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh" ,
5151 "lint-watch" : " npx eslint-watch --watch --changed" ,
5252 "shellcheck" : " ./scripts/shellCheck.sh" ,
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import type {NativeEventSubscription} from 'react-native';
55import { AppState , Linking , Platform } from 'react-native' ;
66import type { OnyxEntry } from 'react-native-onyx' ;
77import Onyx from 'react-native-onyx' ;
8- import { InitialURLContext } from '@components/InitialURLContextProvider' ;
98import ConfirmModal from './components/ConfirmModal' ;
109import DeeplinkWrapper from './components/DeeplinkWrapper' ;
1110import EmojiPicker from './components/EmojiPicker/EmojiPicker' ;
1211import GrowlNotification from './components/GrowlNotification' ;
12+ import { InitialURLContext } from './components/InitialURLContextProvider' ;
1313import AppleAuthWrapper from './components/SignInButtons/AppleAuthWrapper' ;
1414import SplashScreenHider from './components/SplashScreenHider' ;
1515import UpdateAppModal from './components/UpdateAppModal' ;
You can’t perform that action at this time.
0 commit comments