UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

9 lines (6 loc) 98 B
module.exports = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, };