mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
bracketSpacing: true,
|
|
arrowParens: 'avoid',
|
|
printWidth: 100,
|
|
};
|