docs icon indicating copy to clipboard operation
docs copied to clipboard

Update: @amplication/plugin-formatter-prettier README

Open dericksozo opened this issue 2 years ago • 3 comments

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.

Image

dericksozo avatar Sep 19 '23 14:09 dericksozo

CC @GreenMachine01

dericksozo avatar Sep 19 '23 14:09 dericksozo

@overbit Cant we just add the default rules to the plugin settings?

GreenMachine01 avatar Sep 21 '23 14:09 GreenMachine01

It makes sense. The rules should already be in the plugin settings defaults. I'll check @GreenMachine01

overbit avatar Sep 21 '23 14:09 overbit