mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 02:53:25 +00:00
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true
|
|
};
|