UNPKG

@jihyunlab/prettier-config

Version:
21 lines (20 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jihyunlabPrettierConfig = void 0; exports.jihyunlabPrettierConfig = { printWidth: 80, tabWidth: 2, useTabs: false, semi: true, singleQuote: true, quoteProps: 'as-needed', jsxSingleQuote: false, trailingComma: 'es5', bracketSpacing: true, bracketSameLine: false, arrowParens: 'always', proseWrap: 'preserve', htmlWhitespaceSensitivity: 'css', endOfLine: 'auto', singleAttributePerLine: false, };