forked from Ebazhanov/linkedin-skill-assessments-quizzes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Format files using Prettier code formatter (Ebazhanov#737)
* chore: Prettier Add Prettier to format files * chore: Pre-commit Format staged files using pre-commit hook * style: Format Format files using Prettier code formatter Co-authored-by: Evgenii <evg.bazhanov@yahoo.com>
- Loading branch information
1 parent
dda96dc
commit 8f797e2
Showing
62 changed files
with
4,218 additions
and
2,872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
.DS_Store | ||
*.bak | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"printWidth": 100, | ||
"singleQuote": true, | ||
"trailingComma": "all" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
# Introduction | ||
|
||
## Write something nice here | ||
>First of all, thank you for considering contributing to this repository. People like you help others to reach their needs. | ||
|
||
> First of all, thank you for considering contributing to this repository. People like you help others to reach their needs. | ||
## When I want to create PR request | ||
- Any changes or new questions even without an answer can be a great help! Please do not hesitate to create any new PR, as we do not have a strict requirements for that matter. | ||
|
||
## If you have troubles with creating Pull Request | ||
- Any changes or new questions even without an answer can be a great help! Please do not hesitate to create any new PR, as we do not have a strict requirements for that matter. | ||
|
||
## If you have troubles with creating Pull Request | ||
|
||
- read discussion here [/pull/151](https://github.com/Ebazhanov/in-quiz-questions/pull/151) | ||
|
||
## If I found something weird or incorrect, what should I do? | ||
- You can create a PR to your liking and add any improvements, so we can quickly merge it | ||
|
||
- You can create a PR to your liking and add any improvements, so we can quickly merge it | ||
|
||
## How can I get on the list of contributors? | ||
|
||
- after your PR is merged, you will be automatically become a contributor and will be appeared in the Readme.md as the contributor. | ||
|
||
## Sponsor this project | ||
|
||
I put a lot of efforts and time into making this repo. If my answers helped you in anyway, please consider treating me with a cup of hot coffee (fine the link under 'Sponsor' section) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
theme: jekyll-theme-leap-day | ||
theme: jekyll-theme-leap-day |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.