mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-10 06:46:04 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
|
module.exports = {
|
||
|
arrowParens: 'avoid',
|
||
|
bracketSameLine: true,
|
||
|
bracketSpacing: false,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|