Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed May 16, 2024
1 parent 96e9769 commit 382c141
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 568 deletions.
15 changes: 0 additions & 15 deletions apps/todos/.eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions apps/todos/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
1 change: 0 additions & 1 deletion apps/todos/.npmrc

This file was deleted.

10 changes: 3 additions & 7 deletions apps/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
{
"name": "@repo/todos",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.14.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/postgres": "^0.8.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"concurrently": "^8.2.0",
"cors": "^2.8.5",
"eslint": "^9.2.0",
"eslint": "^8.46.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.7",
"express": "^4.18.2",
"jotai": "^2.2.1",
"next": "^14.2.3",
Expand Down
Loading

0 comments on commit 382c141

Please sign in to comment.