UNPKG

@jfln/marvin-db

Version:

biblioteca de objetos para normalizar o acesso a um banco mongo db

20 lines (19 loc) 426 B
module.exports = { singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', bracketSpacing: false, embeddedLanguageFormatting: 'auto', endOfLine: 'lf', htmlWhitespaceSensitivity: 'css', insertPragma: false, jsxBracketSameLine: false, jsxSingleQuote: false, printWidth: 80, proseWrap: 'always', quoteProps: 'as-needed', requirePragma: false, semi: false, tabWidth: 2, useTabs: false, };