mirror of https://gitlab.com/m3f_usm/SmartStopAPK
chore: format + husky hook in prepare
parent
5782b43b3b
commit
56dcf99639
|
@ -58,6 +58,7 @@ yarn-error.log
|
|||
# Ruby / CocoaPods
|
||||
/ios/Pods/
|
||||
/vendor/bundle/
|
||||
.bundle/
|
||||
|
||||
# Temporary files created by Metro to check the health of the file watcher
|
||||
.metro-health-check*
|
||||
|
|
|
@ -1 +1 @@
|
|||
module.exports = {extends: ['@commitlint/config-conventional']}
|
||||
module.exports = {extends: ['@commitlint/config-conventional']};
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"android": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue