UNPKG

@kouts/eslint-config

Version:
11 lines (9 loc) 185 B
const configPrettier = { trailingComma: "all", printWidth: 128, tabWidth: 2, semi: false, singleQuote: true, arrowParens: "always" }; export { configPrettier as default };