mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
|
module.exports = Object.assign(require('eslint-plugin-jane/prettier-ts'), {
|
||
|
arrowParens: 'avoid',
|
||
|
semi: true,
|
||
|
});
|