mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-02 16:37:39 +01:00
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: "all",
|
||
|
singleQuote: true
|
||
|
};
|