UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
backend
/
__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
}
}