Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset committed Jul 13, 2024
1 parent 113eb79 commit cd495dc
Show file tree
Hide file tree
Showing 3 changed files with 2,202 additions and 6,097 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
"react",
"@typescript-eslint",
"simple-import-sort",
"unused-imports"
],
"rules": {
"indent": [
Expand Down Expand Up @@ -57,16 +56,6 @@ module.exports = {
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": [
"warn",
{
"vars": "all",
"varsIgnorePattern": "^_",
"args": "after-used",
"argsIgnorePattern": "^_"
}
],
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"react/no-unescaped-entities": "off",
Expand Down
Loading

0 comments on commit cd495dc

Please sign in to comment.