mirror of
https://github.com/SrIzan10/featheroom.git
synced 2026-06-06 00:56:49 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['expo', 'eslint:recommended', 'universe/native'],
|
|
rules: {
|
|
'react-hooks/exhaustive-deps': 'warn',
|
|
},
|
|
}
|