Skip to content

Commit

Permalink
chore(server): update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Feb 3, 2025
1 parent 510a5a3 commit d2c9008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/server/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { nextJsConfig } from '@repo/eslint-config/next-js'
import { config } from '@repo/eslint-config/base'

/** @type {import("eslint").Linter.Config} */
export default [...nextJsConfig]
export default config
1 change: 1 addition & 0 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/node-cron": "^3.0.11",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"eslint": "^9.19.0",
"fastify": "^4.27.0",
"node-cron": "^3.0.3",
"socket.io": "^4.7.5",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit d2c9008

Please sign in to comment.