mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
10 lines
109 B
JavaScript
10 lines
109 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
env: {
|
|
node: true
|
|
},
|
|
parserOptions: {
|
|
ecmaVersion: 2019
|
|
}
|
|
}
|