docs
docs copied to clipboard
Update: @amplication/plugin-formatter-prettier README
The current version of the README instructs users to add formatting rules to .prettierrc. That's a non-existent file. Instead, it should instruct users to add rules to plugin settings as an object that is the same as a Prettier configuration object.
CC @GreenMachine01
@overbit Cant we just add the default rules to the plugin settings?
It makes sense. The rules should already be in the plugin settings defaults. I'll check @GreenMachine01