Skip to content

Commit

Permalink
feat(packages/sui-lint): add rule to config
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixferr committed Jul 22, 2024
1 parent dba062e commit 35d9674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sui-lint/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ module.exports = {
rules: {
'sui/factory-pattern': RULES.WARNING,
'sui/serialize-deserialize': RULES.WARNING,
'sui/decorators': RULES.WARNING
'sui/decorators': RULES.WARNING,
'sui/value-attribute-VO': RULES.WARNING
}
},
{
Expand Down

0 comments on commit 35d9674

Please sign in to comment.