UNPKG

@stoplight/moleculer

Version:

Fast & powerful microservices framework for Node.JS

11 lines (10 loc) 173 B
module.exports = { useTabs: true, printWidth: 100, trailingComma: "none", tabWidth: 4, singleQuote: false, semi: true, bracketSpacing: true, arrowParens: "avoid" };