mirror of
https://github.com/arkorty/Expensso.git
synced 2026-03-17 16:41:43 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|