roboter
roboter copied to clipboard
Automatically fix the order of properties in `package.json` during `qa`.
We enforce a consistent order of properties in package.json by linting.
Unfortunately, the linter aborts after encountering the first out of place property, making fixing the ordering very tedious.
Re-ordering JSON is also not very ergonomic, as it handles line permutations poorly.
During qa, we should automatically re-order package.json to conform to our standard.