Skip to content

Instantly share code, notes, and snippets.

@Falconiere
Created March 8, 2020 04:00
Show Gist options
  • Save Falconiere/6a50fabbc2c1b5b5fd4d3f5ea4ff55e2 to your computer and use it in GitHub Desktop.
Save Falconiere/6a50fabbc2c1b5b5fd4d3f5ea4ff55e2 to your computer and use it in GitHub Desktop.
My prettier for react-native app
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: false,
singleQuote: true,
trailingComma: 'none',
semi: false,
commaDangle: false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment