9 lines
156 B
JavaScript
Raw Normal View History

2020-02-29 23:01:03 +01:00
module.exports = {
printWidth: 160,
tabWidth: 4,
2020-07-09 15:48:05 +02:00
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
2020-02-29 23:01:03 +01:00
};