UNPKG

eslint-config-yceffort

Version:
8 lines (7 loc) 152 B
module.exports = { plugins: ["react-hooks"], rules: { "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", }, };