mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSpacing: true,
|
|
trailingComma: 'none',
|
|
tabWidth: 4,
|
|
printWidth: 150,
|
|
singleQuote: true
|
|
};
|