Skip to content

Instantly share code, notes, and snippets.

@fsjorgeluis
Created August 25, 2021 16:02
Show Gist options
  • Save fsjorgeluis/de92aa30f31ed47ff8ab92b99c5b255d to your computer and use it in GitHub Desktop.
Save fsjorgeluis/de92aa30f31ed47ff8ab92b99c5b255d to your computer and use it in GitHub Desktop.
Just a little prettier config I like
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
useTabs: true,
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'always',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment