UNPKG
wealthor
Version:
latest (0.1.0)
0.1.0
Personal finance app
github.com/jozsi/wealthor
jozsi/wealthor
wealthor
/
__tests__
/
.eslintrc.json
10 lines
(9 loc)
•
117 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"plugins"
:
[
"jest"
]
,
"extends"
:
[
"plugin:jest/recommended"
]
,
"env"
:
{
"jest/globals"
:
true
}
}