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