Skip to content

Commit

Permalink
Merge pull request #1845 from SUI-Components/feat/add-jest-adoption-rule
Browse files Browse the repository at this point in the history
feat(packages/sui-lint): Add jest adoption rule to @s-ui/lint repository config
  • Loading branch information
jelowin authored Oct 15, 2024
2 parents 8064757 + 4f023a9 commit 8774e70
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 8774e70

Please sign in to comment.