2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-27 09:08:31 +00:00
2017-07-31 15:51:51 +05:30

24 lines
379 B
Plaintext

{
"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
}
}