mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
c80992b6bf
* Update prettier config for the project. * Add prettier to make lint-fix.
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
printWidth: 120,
|
|
semi: true,
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'all',
|
|
useTabs: false,
|
|
};
|