Skip to content

Commit

Permalink
chore(vendor): update @lightbase/eslint-plugin
Browse files Browse the repository at this point in the history
_This PR is created by sync and will be force-pushed daily. Overwriting any manual changes done to this PR._

- chore(deps): bump the minor-prod group with 7 updates (lightbasenl/frontend-components#88) (lightbasenl/frontend-components@14e2493)
- chore(deps): bump the minor-prod group with 5 updates (lightbasenl/frontend-components#81) (lightbasenl/frontend-components@69e5fe9)
- chore(deps): bump the minor-prod group with 9 updates (lightbasenl/frontend-components#71) (lightbasenl/frontend-components@7eb3791)
- feat(eslint-plugin): error on floaty promises & constant binary expresssions (lightbasenl/frontend-components#59) (lightbasenl/frontend-components@f4c4ac8)
- chore(deps): update dependencies (lightbasenl/frontend-components#57) (lightbasenl/frontend-components@0e10900)
- chore(deps): update dependencies (lightbasenl/frontend-components#54) (lightbasenl/frontend-components@090296e)
- chore(deps): update dependencies (lightbasenl/frontend-components#52) (lightbasenl/frontend-components@d4ae062)
- chore(deps): update dependencies (lightbasenl/frontend-components#51) (lightbasenl/frontend-components@b4b0600)
- chore(deps): update dependencies (lightbasenl/frontend-components#48) (lightbasenl/frontend-components@19c4df1)- Failed to execute `npm run format`. Sync is not able to correct this, so human checks and fixes are necessary for this PR.
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent 039d225 commit 06a8841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vendor/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"private": true,
"main": "./src/index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.0.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-relative-import-paths": "1.5.3",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-unused-imports": "3.0.0",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6"
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11"
},
"files": [
"README.md",
"src/index.js"
],
"gitHead": "29ce2d6a4ddccaf10df12fd5a180b13b4c6ca450"
"gitHead": "4410a3e0201f455092576429e5e95e6ae20990b6"
}
3 changes: 3 additions & 0 deletions vendor/eslint-plugin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/prefer-ts-expect-error": "error",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-floating-promises": "error",

"@next/next/no-img-element": "off",
"react/react-in-jsx-scope": "off",
Expand All @@ -103,6 +104,8 @@ module.exports = {
"default-case": "off",
curly: "error",

"no-constant-binary-expression": "error",

"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
},
Expand Down

0 comments on commit 06a8841

Please sign in to comment.