feathers-tests-fake-app-users
Version:
Fake some feathers dependencies in service unit tests. Starter for your own customized fakes
17 lines • 376 B
Plain Text
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},
"rules": {
"func-names": 0,
"no-use-before-define": 0, // because I understand hoisting
"react/jsx-first-prop-new-line": 0,
"react/jsx-indent-props": 0,
"react/prefer-stateless-function": 0
}
}