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

8 lines
144 B
Plaintext
Raw Normal View History

2018-02-12 17:26:06 +00:00
{
"rules": {
// This folder currently runs through babel and doesn't need to be
// compatible with node 4
"comma-dangle": 0
}
}