remix-auth-google icon indicating copy to clipboard operation
remix-auth-google copied to clipboard

add prettier extension to the workspace and set format on Save=true

Open mahmoudmoravej opened this issue 1 year ago • 3 comments

Let's recommend installing prettier extension by default. Also allowing formating on save makes the life less dependent on "yarn format" command

mahmoudmoravej avatar Nov 14 '23 16:11 mahmoudmoravej

@pbteja1998 if you agree 😄

mahmoudmoravej avatar Nov 14 '23 16:11 mahmoudmoravej

IDE-specific settings should typically be in .gitignore, and validation should be run via a GitHub action.

jameswinegar avatar Jan 07 '24 22:01 jameswinegar

IDE-specific settings should typically be in .gitignore, and validation should be run via a GitHub action.

@jameswinegar Any specific reason behind it? There is lots of value for having it while it doesn't affect other IDEs. Remix also use this pattern: https://github.com/remix-run/remix/blob/main/.vscode/extensions.json

mahmoudmoravej avatar Feb 22 '24 23:02 mahmoudmoravej