Repository URL to install this package:
|
Version:
1.2.1 ▾
|
@spoqa/eslint-config-spoqa
/
react.js
|
|---|
module.exports = {
extends: ['react-app', 'plugin:import/react'],
plugins: ['react-hooks'],
rules: {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
},
};