Skip to content

Commit

Permalink
fix: use functional/no-class-inheritance over functional/no-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 20, 2024
1 parent 096d7ed commit 68fb811
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-merge-processors": "0.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-functional": "7.0.2",
"eslint-plugin-functional": "7.1.0",
"eslint-plugin-i18next": "6.1.0",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsdoc": "50.3.1",
Expand Down
131 changes: 98 additions & 33 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/configs/functional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function functional(
"functional/no-throw-statements": "error",
"functional/no-try-statements": "error",
"functional/no-let": "error",
"functional/no-classes": "error",
"functional/no-class-inheritance": "error",
"functional/no-this-expressions": "error",
"functional/no-loop-statements": "error",
"functional/immutable-data": "error",
Expand Down

0 comments on commit 68fb811

Please sign in to comment.