mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-06 03:45:01 +00:00
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:
committed by
Exponent GitHub Bot
parent
f454f6459f
commit
797a8141db
+2
-7
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user