mirror of
https://github.com/ZorgCC/psina-avatar-frontend.git
synced 2025-03-15 14:50:25 +03:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true,
|
|
endOfLine: 'auto',
|
|
}
|