Skip to content

Commit

Permalink
Remove .editorconfig
Browse files Browse the repository at this point in the history
* Not needed due to use of prettier
* Add `.prettierignore` to ignore the `build/` directory
  • Loading branch information
rblaine95 committed Jun 20, 2023
1 parent bab2971 commit b055f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
"recommendations": ["esbenp.prettier-vscode"]
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Trust Registry

An implementation of a Trust Registry for Self-Sovereign Identity Ecosystems

## Background
After some initial discussion between ABSA and DIDx regaring development of a Trust Registry that can be used in the South African SSI Ecosystem we determined that both entities developed a version of a Trust Registry but we have a requirement to develop one implementation that can be used by everyone.

After some initial discussion between ABSA and DIDx regaring development of a Trust Registry that can be used in the South African SSI Ecosystem we determined that both entities developed a version of a Trust Registry but we have a requirement to develop one implementation that can be used by everyone.

For more detailed information regarding the current discussion and implementation requirements read the [HackMD Write Up](https://hackmd.io/heOazbtvSi2B18I7YWkGIg?view)

0 comments on commit b055f57

Please sign in to comment.