1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-23 14:23:07 +00:00
lemmy/ui/.prettierrc.js

5 lines
118 B
JavaScript
Raw Normal View History

2019-10-18 16:58:20 -07:00
module.exports = Object.assign(require('eslint-plugin-jane/prettier-ts'), {
arrowParens: 'avoid',
semi: true,
});