UNPKG

@ineedj/prettierrc

Version:
13 lines (12 loc) 267 B
module.exports = { $schema: "http://json.schemastore.org/prettierrc", arrowParens: "avoid", bracketSameLine: true, bracketSpacing: true, cursorOffset: -1, printWidth: 120, proseWrap: "always", tabWidth: 2, trailingComma: "none", useTabs: true, };