UNPKG

create-next-js-boilerplate

Version:

Next.js 16 Boilerplate with TypeScript, Chakra UI, ESLint, Prettier, Husky, and Cypress — a complete starter template to build fast, scalable, and modern web applications.

10 lines (9 loc) 170 B
module.exports = { endOfLine: "auto", arrowParens: "always", trailingComma: "es5", semi: true, useTabs: false, singleQuote: false, bracketSpacing: true, };