This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native-blur
mirror of
https://github.com/status-im/react-native-blur.git
Watch
2
Star
0
Fork
You've already forked react-native-blur
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d91f6dcd03
react-native-blur
/
.prettierrc
7 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure Eslint & Prettier (#302)
2019-03-26 18:19:21 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
enable prettier by default
2020-04-09 08:32:59 +00:00
"jsxBracketSameLine": true
Configure Eslint & Prettier (#302)
2019-03-26 18:19:21 +00:00
}