mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-06 14:11:49 +02:00
11 lines
109 B
JavaScript
11 lines
109 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
env: {
|
||
|
node: true
|
||
|
},
|
||
|
parserOptions: {
|
||
|
ecmaVersion: 2019
|
||
|
}
|
||
|
}
|