Skip to content

Commit

Permalink
feat(packages/sui-lint): add lint rule to config
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixferr committed Jul 19, 2024
1 parent 9dddf73 commit 0567d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-sui/src/rules/validate-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ module.exports = {
}
}
}
}
}
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/validate-model': RULES.WARNING
}
},
{
Expand Down

0 comments on commit 0567d85

Please sign in to comment.