mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
|
module.exports = {
|
||
|
bracketSpacing: false,
|
||
|
jsxBracketSameLine: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
arrowParens: 'avoid',
|
||
|
};
|