Skip to content

Instantly share code, notes, and snippets.

@rimzzlabs
Created October 2, 2022 19:05
Show Gist options
  • Save rimzzlabs/ab27e270eba6e68eb3eba7de300666c1 to your computer and use it in GitHub Desktop.
Save rimzzlabs/ab27e270eba6e68eb3eba7de300666c1 to your computer and use it in GitHub Desktop.
Prettier Config
module.exports = {
semi: false,
tabWidth: 2,
printWidth: 120,
singleQuote: true,
jsxSingleQuote: true,
trailingComma: 'none',
arrowParens: 'always',
endOfLine: 'auto',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment