GT2/GT2-Android/node_modules/react-native/Libraries/.eslintrc

7 lines
144 B
Text

{
"rules": {
// This folder currently runs through babel and doesn't need to be
// compatible with node 4
"comma-dangle": 0
}
}