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