Skip to content

Commit

Permalink
feat(packages/sui-lint): Add jest adoption rule to @s-ui/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer López committed Oct 15, 2024
1 parent 99f2ea1 commit 4f023a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sui-lint/repository.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
'sui/adv-tools-version': RULES.WARNING,
'sui/ts-vs-js-files': RULES.WARNING,
'sui/sass-files': RULES.WARNING,
'sui/spark-adoption': RULES.WARNING
'sui/spark-adoption': RULES.WARNING,
'sui/jest-adoption': RULES.WARNING
}
}

0 comments on commit 4f023a9

Please sign in to comment.