Skip to content

Commit

Permalink
Fix issue with 'yarn install'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-opolka committed Jan 29, 2024
1 parent 1f3f3e7 commit b08e38f
Show file tree
Hide file tree
Showing 3 changed files with 1,072 additions and 911 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
rules: {
"@typescript-eslint/no-unused-vars": "off"
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-next": "13.4.12",
"graphql": "^16.8.1",
"js-yaml-loader": "^1.2.2",
"next": "13.5.0",
"next": "^13.5.0",
"react": "^18.2.0",
"react-circle-flags": "^0.0.18",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit b08e38f

Please sign in to comment.