UNPKG

create-nextgen

Version:

A CLI tool to scaffold projects using the NextGen template.

8 lines 140 B
module.exports = { semi: false, trailingComma: 'es5', singleQuote: true, printWidth: 80, tabWidth: 2, endOfLine: 'auto' }