mirror of
https://github.com/PretendoNetwork/website.git
synced 2025-04-02 11:11:50 -04:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true
|
|
};
|