iot-central-paad/.eslintrc.js

10 строки
205 B
JavaScript

module.exports = {
root: true,
extends: '@react-native-community',
plugins: ['react-hooks'],
rules: {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'error',
},
};