Skip to content

Commit

Permalink
Automatically applying Prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 3, 2024
1 parent a332422 commit fb14ff7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion JS/edgechains/examples/chat-with-llm/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Chat with LLM Example

## Video
Expand Down
3 changes: 0 additions & 3 deletions JS/edgechains/examples/language-translater/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@


# Project Name

This is a Language Translate app


## Tutorial Video

https://youtu.be/RTARGcRW_0I
Expand Down
2 changes: 0 additions & 2 deletions JS/edgechains/examples/research-agent/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Project Name

This is Research Agent App
Expand All @@ -7,7 +6,6 @@ This is Research Agent App

https://youtu.be/tM1OcMkqNes


## Backend

### Configuration
Expand Down
1 change: 0 additions & 1 deletion JS/edgechains/examples/resume-reviewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This is an example project that demonstrates the usage of Resume-Reviewer

https://youtu.be/xy3DRI4Y898


## Configuration

1 Add OpenAiApi key in secrets.jsonnet
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit fb14ff7

Please sign in to comment.