Skip to content

Commit 520e8e9

Browse files
authored
Update the 'Disclaimer' section in docs (#1311)
1 parent 51f2ec8 commit 520e8e9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ export default defineConfig([
182182

183183
## Disclaimer
184184

185-
ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
185+
This project is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
186+
187+
This project is and will continue to maintain that 90% of the code is written by humans.
186188

187189
## Contributing
188190

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export default function HomePage() {
5151
ESLint React is not affiliated with Meta Corporation or{" "}
5252
<Link className="underline" href="https://github.com/facebook/react">facebook/react</Link>{" "}
5353
project or team, nor is it endorsed or sponsored by them.
54+
55+
This project is and will continue to maintain that 90% of the code is written by humans.
5456
</small>
5557
</footer>
5658
</main>

packages/plugins/eslint-plugin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ export default defineConfig([
182182

183183
## Disclaimer
184184

185-
ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
185+
This project is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
186+
187+
This project is and will continue to maintain that 90% of the code is written by humans.
186188

187189
## Contributing
188190

0 commit comments

Comments
 (0)