roboter icon indicating copy to clipboard operation
roboter copied to clipboard

Automatically fix the order of properties in `package.json` during `qa`.

Open strangedev opened this issue 4 years ago • 0 comments

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.

strangedev avatar Sep 24 '21 10:09 strangedev