UNPKG

eslint-config-obey-ziga

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