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