UNPKG

moleculer-web

Version:

Official API Gateway service for Moleculer framework

26 lines (25 loc) 339 B
module.exports = { useTabs: true, printWidth: 100, trailingComma: "none", tabWidth: 4, singleQuote: false, semi: true, bracketSpacing: true, arrowParens: "avoid", overrides: [ { files: "*.md", options: { useTabs: false } }, { files: "*.json", options: { tabWidth: 2, useTabs: false } } ] };