mattermost-desktop/test/.eslintrc.json
2017-04-26 00:12:23 +09:00

17 lines
296 B
JSON

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