mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:35:08 +01:00
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: "all",
|
|
singleQuote: true
|
|
};
|