This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1640 from LiskHQ/1185-add-prettier
Add prettier
- Loading branch information
Showing
661 changed files
with
14,511 additions
and
15,587 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,27 +1,17 @@ | ||
--- | ||
|
||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'type: bug' | ||
assignees: '' | ||
projects: 'Lisk Service Version 0.7.0' | ||
status: 'Backlog' | ||
|
||
--- | ||
|
||
### Actual behavior | ||
|
||
|
||
|
||
### Expected behavior | ||
|
||
|
||
|
||
### Steps to reproduce | ||
|
||
|
||
|
||
### Which version(s) does this affect? (Environment, OS, etc...) | ||
|
||
|
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,8 +1,11 @@ | ||
### What was the problem? | ||
|
||
This PR resolves #INSERT_ISSUE_NUMBER | ||
|
||
### How was it solved? | ||
|
||
<!--- Please describe your technical implementation --> | ||
|
||
### How was it tested? | ||
|
||
<!--- Please describe how you tested your changes --> |
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
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
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,61 @@ | ||
# Files | ||
Jenkinsfile* | ||
Makefile | ||
Dockerfile | ||
LICENSE | ||
.DS_Store | ||
data/ | ||
.idea | ||
logs/ | ||
jenkins/*.deployment | ||
|
||
docs/ | ||
|
||
.gitkeep | ||
mocha.opts | ||
|
||
# rc files | ||
.*rc | ||
## ignore files | ||
.*ignore | ||
|
||
# Ignore extensions | ||
*.png | ||
*.sql | ||
*.blob | ||
*.ejs | ||
*.sh | ||
*.conf | ||
*.env | ||
*.info | ||
*.log | ||
*.tgz | ||
*.lock | ||
*.sqlite3 | ||
|
||
## jest snapshot | ||
*.snap | ||
*.tsbuildinfo | ||
|
||
# project specific paths | ||
test/.coverage-unit/ | ||
helm | ||
coverage/ | ||
build/ | ||
dist/ | ||
docker/.env* | ||
qa/ | ||
bin | ||
tmp/ | ||
|
||
*.pid | ||
*.gz | ||
|
||
*.SHA256 | ||
*.mock | ||
*.txt | ||
.editorconfig | ||
|
||
*.mainnet | ||
|
||
docker/* |
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,7 @@ | ||
{ | ||
"printWidth": 100, | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"useTabs": true, | ||
"arrowParens": "avoid" | ||
} |
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
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
Oops, something went wrong.