Is there any interest in building a source code formatter (a la gofmt or rustfmt) enforcing Elm best practices? Given the AST representation of a file, it should not be too hard to basically pipe that into a pretty format function to generate its "canonical" representation.
Is there any interest in building a source code formatter (a la gofmt or rustfmt) enforcing Elm best practices? Given the AST representation of a file, it should not be too hard to basically pipe that into a pretty format function to generate its "canonical" representation.