forked from Ivasoft/mattermost-mobile
* Removed mocking from client tests * Updated Client tests to remove Client.setTeamId * Fixed actions/general.test.js * Updated test/reducer/channel.test.js for the updated store structure * Commented out general reducer tests until the store structure is more finalized * Properly used the team ID when creating a channel
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"rules": {
|
|
"no-console": 0,
|
|
"global-require": 0,
|
|
"func-names": 0,
|
|
"prefer-arrow-callback": 0,
|
|
"no-magic-numbers": 0,
|
|
"no-unreachable": 0,
|
|
"new-cap": 0,
|
|
"max-nested-callbacks": 0,
|
|
"no-undefined": 0
|
|
}
|
|
}
|