Skip to content

Commit

Permalink
Merge pull request #1295 from skaut/dependabot/npm_and_yarn/packages/…
Browse files Browse the repository at this point in the history
…frontend/typescript-eslint/eslint-plugin-6.19.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.19.0 in /packages/frontend
  • Loading branch information
github-actions[bot] authored Jan 16, 2024
2 parents fd775de + 1c2a591 commit 608e825
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 60 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-array-delete": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off",
Expand Down Expand Up @@ -136,6 +137,7 @@
"@typescript-eslint/prefer-includes": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/prefer-optional-chain": "off",
"@typescript-eslint/prefer-promise-reject-errors": "off",
"@typescript-eslint/prefer-readonly": "off",
"@typescript-eslint/prefer-reduce-type-parameter": "off",
"@typescript-eslint/prefer-regexp-exec": "off",
Expand Down
118 changes: 59 additions & 59 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/react-dom": "^18.2.18",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.18.0",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 608e825

Please sign in to comment.