mattermost-desktop/test/.eslintrc.json
2016-10-28 00:47:49 +09:00

15 lines
235 B
JSON

{
"env": {
"mocha": true
},
"globals": {
"open_window": true
},
"rules": {
"global-require": 0,
"max-nested-callbacks": 0,
"no-eval": 0,
"no-magic-numbers": 0
}
}