mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
![]() |
module.exports = {
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
};
|