9 lines
145 B
JavaScript
Raw Normal View History

2022-02-15 23:15:09 +03:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};