mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
GTS provides config for ESLint, Prettier and TSConfig; this commit removes GTS, but brings over the configuration details Fixes #2464
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
module.exports = {
|
|
proseWrap: 'always',
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
bracketSpacing: true,
|
|
arrowParens: 'avoid',
|
|
};
|