This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/ui/.prettierrc.js
2019-10-18 17:00:26 -07:00

4 lines
118 B
JavaScript
Vendored

module.exports = Object.assign(require('eslint-plugin-jane/prettier-ts'), {
arrowParens: 'avoid',
semi: true,
});