mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
module.exports = {
|
|
useTabs: false,
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true,
|
|
}
|