mattermost-desktop/test/.eslintrc.json
2018-02-07 21:33:50 +09:00

18 lines
332 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,
"no-unused-expressions": 0,
"prefer-arrow-callback": 0
}
}