chore: format + husky hook in prepare

master
TyFonDev 2024-01-10 19:55:36 -03:00
parent 5782b43b3b
commit 56dcf99639
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -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*

View File

@ -1 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
module.exports = {extends: ['@commitlint/config-conventional']};

View File

@ -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 .",