1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-17 10:45:12 +00:00
movie-web/prettierrc.js
2023-01-08 15:38:27 +01:00

5 lines
66 B
JavaScript

module.exports = {
trailingComma: "all",
singleQuote: true
};