Summary:
Quick notes:
- This looks worse than it is. It adds mandatory parentheses to single argument lambdas. Lots of outrage on Twitter about it, personally I'm {emoji:1f937_200d_2642} about it.
- Space before function, e.g. `a = function ()` is now enforced. I like this because both were fine before.
- I added `eslint-config-prettier` to the config because otherwise a ton of rules conflict with eslint itself.
Close https://github.com/facebook/flipper/pull/915
Reviewed By: jknoxville
Differential Revision: D20594929
fbshipit-source-id: ca1c65376b90e009550dd6d1f4e0831d32cbff03
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"groups": {
|
|
"main": {
|
|
"packages": [
|
|
"desktop/package.json",
|
|
"desktop/headless-tests/package.json"
|
|
]
|
|
},
|
|
"static" : {
|
|
"packages": [
|
|
"desktop/static/package.json"
|
|
]
|
|
},
|
|
"doctor": {
|
|
"packages": [
|
|
"desktop/doctor/package.json"
|
|
]
|
|
},
|
|
"pkg": {
|
|
"packages": [
|
|
"desktop/pkg/package.json"
|
|
]
|
|
},
|
|
"plugins": {
|
|
"packages": [
|
|
"desktop/plugins/cpu/package.json",
|
|
"desktop/plugins/crash_reporter/package.json",
|
|
"desktop/plugins/databases/package.json",
|
|
"desktop/plugins/example/package.json",
|
|
"desktop/plugins/fresco/package.json",
|
|
"desktop/plugins/kaios-allocations/package.json",
|
|
"desktop/plugins/kaios-ram/package.json",
|
|
"desktop/plugins/layout/package.json",
|
|
"desktop/plugins/leak_canary/package.json",
|
|
"desktop/plugins/logs/package.json",
|
|
"desktop/plugins/navigation/package.json",
|
|
"desktop/plugins/network/package.json",
|
|
"desktop/plugins/reactdevtools/package.json",
|
|
"desktop/plugins/sandbox/package.json",
|
|
"desktop/plugins/seamammals/package.json",
|
|
"desktop/plugins/sections/d3/package.json",
|
|
"desktop/plugins/sections/package.json",
|
|
"desktop/plugins/shared_preferences/package.json",
|
|
"desktop/src/utils/js-client/package.json"
|
|
]
|
|
},
|
|
"website": {
|
|
"packages": [
|
|
"website/package.json"
|
|
]
|
|
}
|
|
}
|
|
}
|