UNPKG

eslint-config-vaadin

Version:
9 lines 335 B
const rules = { // Verify the list of dependencies for Hooks like useEffect and similar. 'react-hooks/exhaustive-deps': 'error', // Enforce the Rules of Hooks. // https://react.dev/reference/rules/rules-of-hooks 'react-hooks/rules-of-hooks': 'error', }; export default rules; //# sourceMappingURL=react-hooks.js.map