2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-05 13:38:26 +00:00

24 lines
379 B
Plaintext
Raw Normal View History

2017-07-31 15:51:51 +05:30
{
"asi": false,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"immed": true,
"latedef": true,
"laxcomma": false,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"unused": true,
"globals": {
"define": true,
"before": true,
"after": true,
"describe": true,
"it": true
}
}