Skip to content

Instantly share code, notes, and snippets.

@CristianRodr
Created July 26, 2022 15:15
Show Gist options
  • Select an option

  • Save CristianRodr/03c33933e44c3383fa491a2063e5745f to your computer and use it in GitHub Desktop.

Select an option

Save CristianRodr/03c33933e44c3383fa491a2063e5745f to your computer and use it in GitHub Desktop.
prettier.config.js or .prettierrc.js
// prettier.config.js or .prettierrc.js
module.exports = {
trailingComma: "es5",
tabWidth: 4,
semi: false,
singleQuote: true,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment