discourse/.eslintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
999 B
Plaintext
Raw Normal View History

2015-08-11 17:34:02 -04:00
{
"extends": "eslint-config-discourse",
"rules": {
"discourse-ember/global-ember": 2,
"eol-last": 2
},
"globals": {
2021-11-13 07:10:13 -05:00
"_": "off",
"acceptance": "off",
"asyncRender": "off",
"bootbox": "off",
"click": "off",
"count": "off",
"currentPath": "off",
"currentRouteName": "off",
"currentURL": "off",
"currentUser": "off",
"Discourse": "off",
"Ember": "off",
2021-11-13 07:10:13 -05:00
"exists": "off",
"fillIn": "off",
"find": "off",
"getSettledState": "off",
"hasModule": "off",
"invisible": "off",
"jQuery": "off",
2021-11-13 07:10:13 -05:00
"keyboardHelper": "off",
"keyEvent": "off",
"moduleFor": "off",
"moduleForComponent": "off",
2021-11-13 07:10:13 -05:00
"pauseTest": "off",
"Pretender": "off",
"query": "off",
"queryAll": "off",
"QUnit": "off",
"sandbox": "off",
"sinon": "off",
2021-11-13 07:10:13 -05:00
"test": "off",
"testDone": "off",
"testStart": "off",
"triggerEvent": "off",
"visible": "off",
2021-11-13 07:10:13 -05:00
"visit": "off",
"waitUntil": "off"
}
2015-08-11 17:34:02 -04:00
}