mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
{
|
|
"undef": true,
|
|
"unused": false,
|
|
"strict": true,
|
|
"browser": true,
|
|
"jquery": true,
|
|
"devel": true,
|
|
"globals": [
|
|
"language",
|
|
"token",
|
|
"currencyCode",
|
|
"$",
|
|
"token",
|
|
"accountID",
|
|
"billID",
|
|
"currentMonthName",
|
|
"previousMonthName",
|
|
"nextMonthName",
|
|
"everything",
|
|
"moment"
|
|
]
|
|
} |