UNPKG

wdio-workflo-jasmine-framework

Version:

This is a customized version of wdio-jasmine-framework for use with workflo framework.

17 lines (15 loc) 290 B
{ "extends": "standard", "plugins": [ "mocha" ], "parser": "babel-eslint", "rules": { "indent": [2, 4], /* Mocha */ "mocha/no-exclusive-tests": [2], "mocha/no-pending-tests": [2], "mocha/handle-done-callback": [2], "mocha/no-global-tests": [2], } }