mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove trailing commas in addons
This commit is contained in:
@@ -40,7 +40,9 @@ const config = {
|
||||
'**/node_modules/**',
|
||||
],
|
||||
options: {
|
||||
'trailing-comma': 'es5',
|
||||
// We don't compile them with Babel, and
|
||||
// trailing commas break GCC.
|
||||
'trailing-comma': 'none',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user