mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
c80992b6bf
* Update prettier config for the project. * Add prettier to make lint-fix.
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
};
|