Skip to content

Commit

Permalink
Merge pull request #1714 from skaut/dependabot/npm_and_yarn/packages/…
Browse files Browse the repository at this point in the history
…collector/eslint-plugin-perfectionist-4.1.1

Bump eslint-plugin-perfectionist from 3.9.1 to 4.1.1 in /packages/collector
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
2 parents b1d6bbc + 10f2b2f commit fba4da2
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 119 deletions.
7 changes: 5 additions & 2 deletions packages/collector/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import js from "@eslint/js";
import eslintComments from "@eslint-community/eslint-plugin-eslint-comments";
import commentsConfig from "@eslint-community/eslint-plugin-eslint-comments/configs";
import js from "@eslint/js";
import jest from "eslint-plugin-jest";
import perfectionist from "eslint-plugin-perfectionist";
import preferArrowFunctions from "eslint-plugin-prefer-arrow-functions";
Expand Down Expand Up @@ -74,7 +74,10 @@ export default tseslint.config(
"error",
"@typescript-eslint/no-unnecessary-qualifier": "error",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-use-before-define": "error",
"@typescript-eslint/no-use-before-define": [
"error",
{ functions: false },
],
"@typescript-eslint/no-useless-empty-export": "error",
"@typescript-eslint/parameter-properties": "error",
"@typescript-eslint/prefer-enum-initializers": "error",
Expand Down
148 changes: 121 additions & 27 deletions packages/collector/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/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-prefer-arrow-functions": "^3.4.1",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit fba4da2

Please sign in to comment.