Skip to content

Commit

Permalink
chore: remove eslint as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissium committed Apr 15, 2024
1 parent cbc0bf8 commit 55e620e
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 1,805 deletions.
9 changes: 3 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,17 @@
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-localization": "^1.0.19",
"react-router-dom": "^6.22.0"
"react-router-dom": "^6.22.0",
"rollup": "npm:@rollup/wasm-node"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}
}
Loading

0 comments on commit 55e620e

Please sign in to comment.