UNPKG

sharp-db

Version:

Classes for running SQL and building select queries for MySQL in Node

13 lines (12 loc) 217 B
module.exports = { trailingComma: 'es5', printWidth: 80, tabWidth: 2, useTabs: true, semi: true, singleQuote: true, bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'avoid', endOfLine: 'lf', };