Skip to content

Commit

Permalink
fix apps/web lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Jul 27, 2023
1 parent fd40c46 commit 232a636
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 8 deletions.
5 changes: 4 additions & 1 deletion apps/web/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"plugin:tailwindcss/recommended",
"next",
"next/core-web-vitals"
]
],
"rules": {
"@next/next/no-html-link-for-pages": "off"
}
}
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@status-im/eslint-config": "*",
"@tamagui/vite-plugin": "1.36.4",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"@status-im/eslint-config": "*",
"next": "^13.4.12",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.3",
"vite": "^4.2.1"
},
Expand Down
Loading

0 comments on commit 232a636

Please sign in to comment.