mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
12 lines
271 B
JavaScript
12 lines
271 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'react-native'
|
|
],
|
|
rules: {
|
|
'react-native/no-color-literals': 2,
|
|
'react-native/no-inline-styles': 2,
|
|
'react-native/no-unused-styles': 2,
|
|
'react-native/split-platform-components': 2
|
|
}
|
|
};
|