mirror of
https://github.com/ZorgCC/psina-avatar-frontend.git
synced 2025-03-16 07:10:23 +03:00
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: 'es5',
|
||
|
tabWidth: 2,
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
}
|