UNPKG
firefly-iii
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Unofficial Firefly III API SDK for firefly-iii
github.com/f97/firefly-iii
f97/firefly-iii
firefly-iii
/
.eslintrc.js
17 lines
(16 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports
=
{
env:
{
commonjs:
true
,
es2021:
true
,
node:
true
},
extends:
[
'standard'
],
parserOptions:
{
ecmaVersion:
12
},
rules:
{
camelcase:
0
} }