9 lines
132 B
JavaScript
Raw Normal View History

2023-01-18 00:37:58 +04:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};