UNPKG

create-bananass

Version:

Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌

15 lines (13 loc) 258 B
/** @type {import("prettier").Config} */ export default { printWidth: 90, singleQuote: true, arrowParens: 'avoid', // Add your custom Prettier configuration here. // // For example: // // printWidth: 80, // singleQuote: false, // ... };