Skip to content

Commit

Permalink
Merge pull request #1812 from SUI-Components/disable-inline-error-dec…
Browse files Browse the repository at this point in the history
…orator-rule

fix(packages/sui-lint): disable correct decorator rule to avoid lint error
  • Loading branch information
stivaliserna authored Aug 29, 2024
2 parents 0ff1245 + 8e90d4f commit 7e8adb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sui-lint/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ 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
'sui/decorator-deprecated-remark-method': RULES.WARNING
// 'sui/decorator-inline-error': RULES.WARNING
}
},
{
Expand Down

0 comments on commit 7e8adb3

Please sign in to comment.