From 56dcf996393ba9e814b55d34b57d1c1285351337 Mon Sep 17 00:00:00 2001 From: TyFonDev Date: Wed, 10 Jan 2024 19:55:36 -0300 Subject: [PATCH] chore: format + husky hook in prepare --- .gitignore | 1 + commitlint.config.js | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cab2ac..8a9caf3 100644 --- a/.gitignore +++ b/.gitignore @@ -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* diff --git a/commitlint.config.js b/commitlint.config.js index 28fe5c5..3347cb9 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1 +1 @@ -module.exports = {extends: ['@commitlint/config-conventional']} +module.exports = {extends: ['@commitlint/config-conventional']}; diff --git a/package.json b/package.json index 181e4cd..c186c93 100644 --- a/package.json +++ b/package.json @@ -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 .",