Skip to content

Commit

Permalink
feat(packages/sui-lint): Add sui/decorator-async-inline-error rule to…
Browse files Browse the repository at this point in the history
… domain package
  • Loading branch information
oriolpuig committed Jul 2, 2024
1 parent 4bab675 commit 6294dd8
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/decorator-async-inline-error': RULES.WARNING
}
},
{
Expand Down

0 comments on commit 6294dd8

Please sign in to comment.