mirror of
https://github.com/Telecominfraproject/wlan-sdk-mobile-app.git
synced 2025-10-29 01:42:24 +00:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@react-native-community', 'prettier'],
|
|
rules: {
|
|
'react-native/no-inline-styles': 'off',
|
|
},
|
|
};
|