UNPKG

@impargo/react-here-maps

Version:
12 lines (11 loc) 223 B
module.exports = { extends: ['@impargo/eslint-config'], plugins: ['react-hooks'], rules: { 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'warn', }, env: { browser: true, }, }