Skip to content

Commit

Permalink
Added Nextjs ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Aug 14, 2024
1 parent c8aa80d commit bcc141c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/yjs-provider/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
`eslint:recommended`,
`plugin:@typescript-eslint/recommended`,
`plugin:prettier/recommended`,
'plugin:@next/next/recommended',
],
parserOptions: {
ecmaVersion: 2022,
Expand Down
1 change: 1 addition & 0 deletions examples/yjs-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"devDependencies": {
"@databases/pg-migrations": "^5.0.3",
"@next/eslint-plugin-next": "^14.2.5",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
33 changes: 33 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 bcc141c

Please sign in to comment.