forked from AMPATH/etl-rest-server
-
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.
Standardised code formatting using Prettier (AMPATH#1015)
* Install and configure Prettier * Add missing comma to referral-patient-list-peer template * Format app/ * Format authorization/ * Format conf/ * Format dao/ * Format departments/ * Format eid-data-synchronization/ * Format elastic/ * Format encounter-type/ * Format expression-runner/ * Format location/ * Format oncology-reports/ * Format programs/ * Format report-post-processors/ * Format reports/ * Format resolve-program-visit-encounter-ids/ * Format service/ * Format test/ * Format visit-type/ * Format worker/ * Format root files * Format #AMPATH#1016
- Loading branch information
1 parent
a4320c9
commit fcf5a98
Showing
442 changed files
with
77,791 additions
and
72,493 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"presets": [ | ||
"es2015", "stage-0" | ||
] | ||
} | ||
"presets": ["es2015", "stage-0"] | ||
} |
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,15 @@ | ||
node_modules/ | ||
conf/config.json | ||
conf/kibana-config.json | ||
conf_copy/ | ||
.idea/** | ||
.vscode/ | ||
*.log | ||
.netbeans.xml | ||
etl-daemon.js | ||
.nyc_output | ||
coverage | ||
conf/config-bk.json | ||
dist | ||
build | ||
.build |
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,6 @@ | ||
{ | ||
"trailingComma": "none", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true | ||
} |
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.