mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-06 14:11:49 +02:00
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
proseWrap: 'always',
|
||
|
semi: false,
|
||
|
singleQuote: true
|
||
|
}
|