Skip to content

Commit

Permalink
Remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Feb 11, 2024
1 parent fc77098 commit 7baeb4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"foo": "bar"
}
{}
1 change: 0 additions & 1 deletion src/config.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- `foo`: some foo.
6 changes: 1 addition & 5 deletions src/config.schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"properties": {
"foo": {
"type": "string"
}
},
"properties": {},
"type": "object"
}

0 comments on commit 7baeb4d

Please sign in to comment.