UNPKG

@qwezey/typescript

Version:

An opinionated and strict ESLint, Prettier, and TypeScript configuration with a simple setup command to get you started quickly.

8 lines 207 B
export const qwezeyPrettierConfig = { bracketSpacing: false, singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', objectWrap: 'collapse', }; //# sourceMappingURL=prettier.js.map