persona-community-5/.pnpm-store/v3/files/e0/76130acf5d3962b85b21edd7a4127afc1d02cc2f58bb9a833bc49e4e98a647e43ef1588175a90ee006fbf39e00934668054e1091fe252f4037ca974ea84df3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
512 B
Plaintext

---
description: 'Enforce a maximum number of parameters in function definitions.'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
> 🛑 This file is source code, not the primary documentation location! 🛑
>
> See **https://typescript-eslint.io/rules/max-params** for documentation.
This rule extends the base [`eslint/max-params`](https://eslint.org/docs/rules/max-params) rule.
This version adds support for TypeScript `this` parameters so they won't be counted as a parameter.