9 lines
145 B
JavaScript
Raw Permalink Normal View History

2022-02-16 01:37:43 +03:00
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};