Disable ESLint no-inline-style and hooks/exhaustive-deps rules

This commit is contained in:
thomas-senechal
2025-01-06 18:38:11 +01:00
parent 126711d326
commit 7748ce58ab

View File

@@ -8,4 +8,8 @@ module.exports = {
'witnesscalc/',
'node_modules/',
],
rules: {
'react-native/no-inline-styles': 'off',
'react-hooks/exhaustive-deps': 'off',
},
};