Skip to content

Commit

Permalink
chore: update deps & add next lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 3, 2024
1 parent 815e4ba commit b4f9a08
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
]
},
"extends": ["next/core-web-vitals", "prettier"],
"extends": ["next", "next/core-web-vitals", "prettier"],
"plugins": ["prettier", "unused-imports"],
"ignorePatterns": ["src/enums"]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --project tsconfig.json && eslint src && prettier --check src",
"lint": "tsc --project tsconfig.json && eslint src && prettier --check src && next lint",
"lint:fix": "eslint --fix src & prettier --write src",
"analyze": "ANALYZE=true npm run build"
},
Expand All @@ -35,7 +35,7 @@
"js-yaml": "^4.1.0",
"json-2-csv": "^5.0.1",
"json_typegen_wasm": "^0.7.0",
"jsonc-parser": "^3.2.0",
"jsonc-parser": "^3.2.1",
"jsonwebtoken": "^9.0.2",
"jxon": "^2.0.0-beta.5",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -76,11 +76,11 @@
"@types/lodash.update": "^4.10.9",
"@types/node": "^20.11.16",
"@types/pako": "^2.0.3",
"@types/react": "18.2.51",
"@types/react": "18.2.52",
"@types/react-dom": "^18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.2",
Expand Down
Loading

0 comments on commit b4f9a08

Please sign in to comment.