Rules should be autoformatted and autosorted.
Currently this functionality is handled here:
We should have the following functionality:
- Configuration for VSCode to use an extension to format and sort
- Have a precommit hook check the formatting and sorting
- Have a github action check the formatting and sorting
Sorting is currently done alphabetically and recursively by key name. Unless there is an easy way to sort by another preferred structure, we should maintain this same strategy.
Rules should be autoformatted and autosorted.
Currently this functionality is handled here:
We should have the following functionality:
Sorting is currently done alphabetically and recursively by key name. Unless there is an easy way to sort by another preferred structure, we should maintain this same strategy.