mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 04:08:21 +00:00
Update prettier files.
This commit is contained in:
parent
a6b1e48696
commit
40b4c88585
@ -1,4 +1,4 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import App from './App';
|
||||
import { AppRegistry } from 'react-native'
|
||||
import App from './App'
|
||||
|
||||
AppRegistry.registerComponent('example', () => App);
|
||||
AppRegistry.registerComponent('example', () => App)
|
||||
|
@ -30,10 +30,10 @@
|
||||
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
|
||||
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js",
|
||||
"test": "yarn run test:pretty && yarn run test:jest",
|
||||
"test:jest": "jest *.js",
|
||||
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
|
||||
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"prop-types": "^15.5.10"
|
||||
|
Loading…
x
Reference in New Issue
Block a user