Skip to content

Commit

Permalink
Merge pull request #646 from trace2798/website
Browse files Browse the repository at this point in the history
Website
  • Loading branch information
iamvishnusankar committed Jul 3, 2023
2 parents b951757 + 0c70c65 commit 73aaff2
Show file tree
Hide file tree
Showing 861 changed files with 13,489 additions and 4,000 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
@@ -1,5 +1,5 @@
{
"extends": "@corex",
"extends": ["@corex","next", "next/core-web-vitals"],
"rules": {
"react/react-in-jsx-scope": "off"
}
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -66,6 +66,6 @@ coverage
dist
junit.xml
tsconfig.tsbuildinfo
**/public
**/public
**/public/*.xml
**/public/*.txt
.idea

0 comments on commit 73aaff2

Please sign in to comment.