mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
Disable ESLint no-inline-style and hooks/exhaustive-deps rules
This commit is contained in:
@@ -8,4 +8,8 @@ module.exports = {
|
||||
'witnesscalc/',
|
||||
'node_modules/',
|
||||
],
|
||||
rules: {
|
||||
'react-native/no-inline-styles': 'off',
|
||||
'react-hooks/exhaustive-deps': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user