Skip to content

Commit af83016

Browse files
committed
disable lint rule
1 parent 07b6b34 commit af83016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-experimental-components.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ module.exports = {
5252
}
5353

5454
if (experimental.length > 0) {
55+
// eslint-disable-next-line i18n-text/no-en
5556
const message = `The experimental ${components.join(', ')} ${
5657
components.length > 1 ? 'are' : 'is'
5758
} deprecated. Please import from the stable entrypoint (@primer/react) if available, or check https://primer.style/product/components/ for alternative components.`

0 commit comments

Comments
 (0)