mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
};
|