Skip to content

Commit

Permalink
feat(packages/sui-lint): Add rules into domain for @deprecated() deco…
Browse files Browse the repository at this point in the history
…rator
  • Loading branch information
oriolpuig committed Jul 19, 2024
1 parent aa22a8d commit 8e7ad0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sui-lint/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ module.exports = {
rules: {
'sui/factory-pattern': RULES.WARNING,
'sui/serialize-deserialize': RULES.WARNING,
'sui/decorators': RULES.WARNING
'sui/decorators': RULES.WARNING,
'sui/decorator-deprecated': RULES.ERROR,
'sui/decorator-deprecated-remark-method': RULES.WARNING
}
},
{
Expand Down

0 comments on commit 8e7ad0d

Please sign in to comment.