mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 16:43:26 +00:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
};
|