Skip to content

Commit

Permalink
fix(packages/sui-lint): disable decorator rule temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
stivaliserna committed Aug 29, 2024
1 parent 7e89895 commit 8627021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-lint/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = {
'sui/factory-pattern': RULES.WARNING,
'sui/serialize-deserialize': RULES.WARNING,
'sui/decorators': RULES.WARNING,
'sui/decorator-async-inline-error': RULES.WARNING,
// 'sui/decorator-async-inline-error': RULES.WARNING,
'sui/decorator-deprecated': RULES.ERROR,
'sui/decorator-deprecated-remark-method': RULES.WARNING,
'sui/decorator-inline-error': RULES.WARNING
Expand Down

0 comments on commit 8627021

Please sign in to comment.