Skip to content

Commit 97a8497

Browse files
committed
Add disclaimer section to README and update footer message
1 parent 35045d9 commit 97a8497

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [Benchmark](#benchmark)
2626
- [FAQ](#faq)
2727
- [Roadmap](#roadmap)
28+
- [Disclaimer](#disclaimer)
2829
- [Contributing](#contributing)
2930
- [License](#license)
3031

@@ -165,6 +166,10 @@ export default defineConfig([
165166

166167
- [Milestone 3.0 ↗](https://eslint-react.xyz/docs/roadmap#milestone-30-tbd)
167168

169+
## Disclaimer
170+
171+
ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or React team, nor is it endorsed or sponsored by them.
172+
168173
## Contributing
169174

170175
Contributions are welcome!

apps/website/app/(home)/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ export default function HomePage() {
4747
</p>
4848
</article>
4949
<footer className="text-center text-sm text-gray-500 mt-8">
50-
<small>ESLint React is not affiliated with Meta Corporation or facebook/react project or React team, nor is it endorsed or sponsored by them.</small>
50+
<small>
51+
ESLint React is not affiliated with Meta Corporation or{" "}
52+
<Link className="underline" href="https://github.com/facebook/react">facebook/react</Link>{" "}
53+
project or React team, nor is it endorsed or sponsored by them.
54+
</small>
5155
</footer>
5256
</main>
5357
);

packages/plugins/eslint-plugin/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [Benchmark](#benchmark)
2626
- [FAQ](#faq)
2727
- [Roadmap](#roadmap)
28+
- [Disclaimer](#disclaimer)
2829
- [Contributing](#contributing)
2930
- [License](#license)
3031

@@ -165,6 +166,10 @@ export default defineConfig([
165166

166167
- [Milestone 3.0 ↗](https://eslint-react.xyz/docs/roadmap#milestone-30-tbd)
167168

169+
## Disclaimer
170+
171+
ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or React team, nor is it endorsed or sponsored by them.
172+
168173
## Contributing
169174

170175
Contributions are welcome!

0 commit comments

Comments
 (0)