mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
11 lines
186 B
Text
11 lines
186 B
Text
{
|
|
"evil": true,
|
|
"latedef": true,
|
|
"node": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"noarg": true,
|
|
"eqnull": true,
|
|
"forin": true,
|
|
"predef": ["Promise"]
|
|
}
|