1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-14 23:40:05 +00:00
movie-web/prettierrc.js

5 lines
66 B
JavaScript
Raw Normal View History

2023-01-08 14:38:27 +00:00
module.exports = {
trailingComma: "all",
singleQuote: true
};