Skip to content

Commit

Permalink
chore(npm): add prettier to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Gautier committed Dec 5, 2019
1 parent b4a9b2c commit f013dcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
"test": "jest",
"prettify": "prettier --config .prettierrc.js --write '{*.json,src/**/*.{js,ts,scss,css,html,json}}'"
},
"dependencies": {
"react": "16.9.0",
Expand All @@ -22,6 +23,7 @@
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "^1.19.1",
"react-test-renderer": "16.9.0",
"typescript": "^3.6.3"
},
Expand Down

0 comments on commit f013dcd

Please sign in to comment.