Skip to content

Commit 398ae58

Browse files
docs: add the ESLint plugin announcement (#1759)
1 parent 68ff51f commit 398ae58

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

website/docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ module.exports = {
1515
disableSwitch: false,
1616
respectPrefersColorScheme: true,
1717
},
18+
announcementBar: {
19+
id: "eslint-plugin",
20+
content:
21+
'🎉 The Lingui ESLint plugin is now available, <a target="_blank" rel="noopener noreferrer" href="https://lingui.dev/ref/eslint-plugin">check it out!</a>',
22+
backgroundColor: "#ef4242",
23+
textColor: "#FFFFFF",
24+
isCloseable: true,
25+
},
1826
navbar: {
1927
title: "",
2028
logo: {

0 commit comments

Comments
 (0)