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