File size: 114 Bytes
1e92f2d | 1 2 3 4 5 6 7 | {
"rules": {
// This rule fails on code from the `react-native` module.
"import/namespace": "off"
}
}
|
1e92f2d | 1 2 3 4 5 6 7 | {
"rules": {
// This rule fails on code from the `react-native` module.
"import/namespace": "off"
}
}
|