Run prettier 1.7 with 100-col on libraries

Used the latest prettier with 100-col config on most libraries except expo-sdk and snack-sdk. Will do those individually and later.

fbshipit-source-id: 79cf6a6
This commit is contained in:
James Ide
2017-10-27 21:37:15 +00:00
committed by Exponent GitHub Bot
parent f454f6459f
commit 797a8141db
14 changed files with 27 additions and 85 deletions
+2 -7
View File
@@ -1,9 +1,4 @@
import glyphMap
from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/SimpleLineIcons.json';
import createIconSet from './createIconSet';
export default createIconSet(
glyphMap,
'simple-line-icons',
require('./fonts/SimpleLineIcons.ttf')
);
export default createIconSet(glyphMap, 'simple-line-icons', require('./fonts/SimpleLineIcons.ttf'));