Skip to content

Commit 277d3eb

Browse files
committed
Fix repeating & delete ESLint comment
1 parent 335a953 commit 277d3eb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

android/settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
rootProject.name = 'EZNet'
22
include ':react-native-fetch-blob'
33
project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fetch-blob/android')
4-
include ':react-native-fetch-blob'
5-
project(':react-native-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fetch-blob/android')
64
include ':react-native-vector-icons'
75
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
86
include ':react-native-firebase'

src/actions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable linebreak-style */
21
import { FETCH_DATA } from './types';
32

43
import Api from '../api/Api';

0 commit comments

Comments
 (0)