Skip to content
Snippets Groups Projects
Commit ae78ed5a authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

style: added commitizen and prettier

parent 7856784f
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!3Development
Showing
with 1384 additions and 6 deletions
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm test
npm test
npm test
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
echo '🏗️👷 Styling your project before committing👷‍♂️🏗️'
echo 'please be patient, this may take a while...'
# Check ESLint Standards
npm lint ||
(
echo '🔨❌ Yoo, you have a problem in your code. Check linter 🔨❌
Run yarn lint, add changes and try commit again.';
false;
)
echo '🎉 No error found: committing this now.... ✨🚀🏄‍♂️🍻'
npx lint-staged
\ No newline at end of file
{
"pages": {}
}
\ No newline at end of file
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/webpack.js",
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/_app": []
},
"ampFirstPages": []
}
\ No newline at end of file
File added
File added
{"type": "commonjs"}
\ No newline at end of file
{}
\ No newline at end of file
{}
\ No newline at end of file
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/webpack.js","static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":[],"pages":{"/_app":[]},"ampFirstPages":[]}
\ No newline at end of file
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
\ No newline at end of file
self.__REACT_LOADABLE_MANIFEST="{}"
\ No newline at end of file
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{},\"appUsingSizeAdjust\":false,\"pagesUsingSizeAdjust\":false}"
\ No newline at end of file
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}
\ No newline at end of file
{}
\ No newline at end of file
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {}\n}"
\ No newline at end of file
{
"node": {},
"edge": {}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment