Created
March 8, 2020 04:00
-
-
Save Falconiere/6a50fabbc2c1b5b5fd4d3f5ea4ff55e2 to your computer and use it in GitHub Desktop.
My prettier for react-native app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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