mirror of
https://github.com/rjNemo/melon_frontend
synced 2026-06-06 02:16:45 +00:00
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'none',
|
|
singleQuote: true,
|
|
printWidth: 99
|
|
};
|