mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 11:32:17 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
};
|