mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
module.exports = {
|
|
proseWrap: 'always',
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|