UNPKG

scaffolding-nextjs

Version:

Templates that aid in the development of NextJS applications.

7 lines (6 loc) 96 B
module.exports = { trailingComma: 'es5', tabWidth: 2, semi: false, singleQuote: true, }