Skip to content

Commit

Permalink
chore(reva-candidate): various bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fbonniec committed Jul 12, 2024
1 parent d5e056e commit 899d557
Show file tree
Hide file tree
Showing 45 changed files with 545 additions and 179 deletions.
16 changes: 15 additions & 1 deletion packages/reva-candidate/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
{
"extends": ["next/core-web-vitals", "prettier"]
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "after-used",
"argsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
}
335 changes: 335 additions & 0 deletions packages/reva-candidate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/reva-candidate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
Expand Down
Loading

0 comments on commit 899d557

Please sign in to comment.