mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-18 00:13:40 +02:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
module.exports = {
|
|
...require("@mastermindzh/prettier-config"),
|
|
trailingComma: "all",
|
|
};
|