“What is the primary purpose of the React Hooks dependency linter?”
To improve JSX formatting consistency
To ensure all reactive values used in Effects are declared as dependencies
To prevent asynchronous code inside Effects
To optimize component rendering automatically