Add eslint react plugin

This commit is contained in:
Julia Friesel
2018-05-29 15:02:10 +02:00
parent 1ff3b175d1
commit bc10c9447f
5 changed files with 322 additions and 210 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native';
import App from './App';
import { AppRegistry } from 'react-native'
import App from './App'
AppRegistry.registerComponent('drip', () => App);
AppRegistry.registerComponent('drip', () => App)