prettier-plugin-elm
prettier-plugin-elm copied to clipboard
Works on top of elm-format, compatible with Prettier v1, v2 and v3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Hi! The Prettier team is currently working on v3(still alpha). v3 will include breaking changes to the plugin interface. Please see https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.2 for more information. I created this issue to...
I get > Cannot read properties of undefined (reading 'parsers') when I run ```sh prettier --check Main.elm --plugin=prettier-plugin-elm ``` P.S. I can't get it to work in the VSCode either.