Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinuselbert committed Apr 30, 2022
1 parent eb764af commit 7291274
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["next", "next/babel", "next/core-web-vitals"]
"extends": ["next/core-web-vitals", "prettier"]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"@emotion/styled": "^11",
"@headlessui/react": "^1.6.0",
"axios": "^0.27.2",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.5.0",
"framer-motion": "^6",
"next": "12.1.5",
"next-react-svg": "1.1.3",
"prettier": "^2.6.2",
"prettier-eslint": "^14.0.2",
"react": "18.1.0",
"react-dom": "18.1.0"
},
Expand All @@ -27,7 +30,7 @@
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.5",
"eslint": "8.14.0",
"eslint": "^8.14.0",
"eslint-config-next": "12.1.5",
"husky": "^7.0.0",
"lint-staged": "^12.4.1",
Expand Down
Loading

0 comments on commit 7291274

Please sign in to comment.