mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
proseWrap: 'always',
|
|
semi: false,
|
|
singleQuote: true
|
|
}
|