@jihyunlab/prettier-config
Version:
JihyunLab Prettier config for TypeScript.
21 lines (20 loc) • 540 B
JavaScript
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,
};
;