Skip to content

Commit

Permalink
Fix recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Oct 15, 2024
1 parent 6023012 commit d93e849
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-ties-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-immutable-class": patch
---

Fix recommended config
5 changes: 4 additions & 1 deletion packages/eslint-plugin-immutable-class/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ const recommended = {
plugins: {
'immutable-class': plugin,
},
rules,
rules: {
'declare-implicit-fields': 'error',
'readonly-implicit-fields': 'error',
},
};

export = plugin;

0 comments on commit d93e849

Please sign in to comment.