chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'react-native-gesture-handler';
|
||||
import { AppRegistry } from 'react-native';
|
||||
import { App } from './src/App';
|
||||
import 'react-native-gesture-handler'
|
||||
import { AppRegistry } from 'react-native'
|
||||
import { App } from './src/App'
|
||||
|
||||
AppRegistry.registerComponent('VisionCameraExample', () => App);
|
||||
AppRegistry.registerComponent('VisionCameraExample', () => App)
|
||||
|
||||
Reference in New Issue
Block a user