mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Disallow trailing commas in react-native-github
Reviewed By: cpojer Differential Revision: D5645043 fbshipit-source-id: 7378cc96ce39d3d18da7fba51d48db84cfdfa08f
This commit is contained in:
committed by
Facebook Github Bot
parent
f95153ed52
commit
36f2d18b10
7
RNTester/.eslintrc
Normal file
7
RNTester/.eslintrc
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"rules": {
|
||||
// This folder currently runs through babel and doesn't need to be
|
||||
// compatible with node 4
|
||||
"comma-dangle": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user