Skip to content

Commit

Permalink
feat(packages/sui-lint): add new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliovillu committed Nov 28, 2024
1 parent d136419 commit 2058d04
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 @@ -38,7 +38,8 @@ const REACT_RULES = {

const TESTING_RULES = {
'chai-friendly/no-unused-expressions': [RULES.ERROR, {allowShortCircuit: true, allowTernary: true}],
'no-only-tests/no-only-tests': RULES.ERROR
'no-only-tests/no-only-tests': RULES.ERROR,
'sui/default-component-test': RULES.WARNING
}

const JEST_TESTING_RULES = {
Expand Down

0 comments on commit 2058d04

Please sign in to comment.