2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-21 05:59:38 +00:00
Rahul Pratap c80992b6bf
Update prettier config for the project. ()
* Update prettier config for the project.

* Add prettier to make lint-fix.
2023-06-19 19:09:12 +05:30

10 lines
158 B
JavaScript

module.exports = {
arrowParens: 'always',
printWidth: 120,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
useTabs: false,
};