UNPKG

light-boilerplate

Version:

Lightweight and powerfull startkit for your next project!

11 lines (10 loc) 185 B
module.exports = { printWidth: 80, tabWidth: 2, semi: true, singleQuote: true, trailingComma: 'es5', bracketSpacing: true, arrowParens: 'always', proseWrap: 'never', };