Skip to content

Commit

Permalink
Merge branch 'main' into feat-1885-workflow-validators-enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-jonnalagadda authored Sep 17, 2024
2 parents 533add6 + 330a5c6 commit f690553
Show file tree
Hide file tree
Showing 5 changed files with 641 additions and 184 deletions.
2 changes: 1 addition & 1 deletion keep-ui/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "prettier"]
}
6 changes: 6 additions & 0 deletions keep-ui/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}
Loading

0 comments on commit f690553

Please sign in to comment.