habitica-self-host/test/e2e/.eslintrc

14 lines
204 B
Text
Raw Normal View History

2016-01-07 02:52:24 +00:00
{
"rules": {
"func-names": 0,
"no-var": 0,
"prefer-template": 0
},
"globals": {
"browser": true,
"by": true,
"element": true,
"jasmine": true
}
}