feat: add prettier scripts in package.json
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
# Ignore artifacts:
|
||||
build
|
||||
coverage
|
||||
node_modules
|
||||
node_modules
|
||||
assets/**
|
||||
@@ -13,6 +13,8 @@
|
||||
"eas:build:android": "eas build --platform android",
|
||||
"eas:build:ios": "eas build --platform ios",
|
||||
"eas:submit:ios": "eas submit -p ios --latest",
|
||||
"format": "prettier --check '**/*.{js,ts,tsx,md,json}'",
|
||||
"format:fix": "prettier --loglevel silent --write '**/*.{js,ts,tsx,md,json}'",
|
||||
"ts:check": "tsc",
|
||||
"prepare": "husky"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user