UNPKG

eslint-config-strictest

Version:

Super strict eslint rules for more reliable software

8 lines (7 loc) 152 B
module.exports = { rules: { // 🕸 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'error', }, }